Html Css Color HEX #CE0C75 Medium Violet Red

📋 copy color: '#CE0C75'

red 206 ◦ green 12 ◦ blue 117

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

Shades of Medium Violet Red #CE0C75

Tints of Medium Violet Red #CE0C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 61.49%
G = 3.58%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0C75 (or 0xCE0C75) is known color: Medium Violet Red. HEX triplet: CE, 0C and 75. RGB value is (206,12,117). Sum of RGB (Red+Green+Blue) = 206+12+117=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C75 is #31F38A. Grayscale: #515151. Windows color (decimal): -3273611 or 7670990. OLE color: 7670990.

HSL color Cylindrical-coordinate representation of color #CE0C75: hue angle of 327.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C75 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 117 -
CMYK 0 0.94 0.43 0.19
HSL 327.53º 0.89% 0.43% -
HSV(B) 327.53º 0.94% 0.81% -
XYZ 28.8 14.67 18.14 -
YUV 81.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 206 12 117 0 0.94 0.43 0.19 327.53 0.89 0.43
Hex CE C 75 0 5E 2B 13 148 59 2B
Octal 316 14 165 0 136 53 23 510 131 53
Binary 11001110 1100 1110101 0 1011110 101011 10011 101001000 1011001 101011

Color Harmonies of #CE0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C75

Black with #CE0C75

Text Example


Text Example

White with #CE0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C75; }

 p { color: rgb(206,12,117); }

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

background-color css

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

 a { background-color: rgb(206,12,117); }

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

border-color css

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

 span { border-color: rgb(206,12,117); }

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