Html Css Color HEX #CE25AF Medium Violet Red

📋 copy color: '#CE25AF'

red 206 ◦ green 37 ◦ blue 175

#CE25AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CE25AF

Tints of Medium Violet Red #CE25AF

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

 GREEN value IS 37 (14.84% from 255) = 8.85%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 49.28%
G = 8.85%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE25AF (or 0xCE25AF) is known color: Medium Violet Red. HEX triplet: CE, 25 and AF. RGB value is (206,37,175). Sum of RGB (Red+Green+Blue) = 206+37+175=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25AF is #31DA50. Grayscale: #666666. Windows color (decimal): -3267153 or 11478478. OLE color: 11478478.

HSL color Cylindrical-coordinate representation of color #CE25AF: hue angle of 311.01º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE25AF is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 175 -
CMYK 0 0.82 0.15 0.19
HSL 311.01º 0.7% 0.48% -
HSV(B) 311.01º 0.82% 0.81% -
XYZ 33.85 17.54 42.16 -
YUV 103.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 206 37 175 0 0.82 0.15 0.19 311.01 0.7 0.48
Hex CE 25 AF 0 52 F 13 137 46 30
Octal 316 45 257 0 122 17 23 467 106 60
Binary 11001110 100101 10101111 0 1010010 1111 10011 100110111 1000110 110000

Color Harmonies of #CE25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25AF

Black with #CE25AF

Text Example


Text Example

White with #CE25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25AF; }

 p { color: rgb(206,37,175); }

 H1.HeaderClassName
 {
   color: #CE25AF;
 }
 .AnyTagClassName
 {
   color: #CE25AF;
 }
</style>

background-color css

<style>
 a { background-color: #CE25AF; }

 a { background-color: rgb(206,37,175); }

 div.DivClassName
 {
   background-color: #CE25AF;
 }
 .BgClassName
 {
   background-color: #CE25AF;
 }
</style>

border-color css

<style>
 span { border-color: #CE25AF; }

 span { border-color: rgb(206,37,175); }

 td.TdClassName
 {
   border-color: #CE25AF;
 }
 .TagClassName
 {
   border-color: #CE25AF;
 }
</style>