Html Css Color HEX #CE0F74 Medium Violet Red

📋 copy color: '#CE0F74'

red 206 ◦ green 15 ◦ blue 116

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

Shades of Medium Violet Red #CE0F74

Tints of Medium Violet Red #CE0F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.45%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 61.13%
G = 4.45%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0F74 (or 0xCE0F74) is known color: Medium Violet Red. HEX triplet: CE, 0F and 74. RGB value is (206,15,116). Sum of RGB (Red+Green+Blue) = 206+15+116=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F74 is #31F08B. Grayscale: #535353. Windows color (decimal): -3272844 or 7606222. OLE color: 7606222.

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

Color convert

RGB 206 15 116 -
CMYK 0 0.93 0.44 0.19
HSL 328.27º 0.86% 0.43% -
HSV(B) 328.27º 0.93% 0.81% -
XYZ 28.78 14.72 17.85 -
YUV 83.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 206 15 116 0 0.93 0.44 0.19 328.27 0.86 0.43
Hex CE F 74 0 5D 2C 13 148 56 2B
Octal 316 17 164 0 135 54 23 510 126 53
Binary 11001110 1111 1110100 0 1011101 101100 10011 101001000 1010110 101011

Color Harmonies of #CE0F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F74

Black with #CE0F74

Text Example


Text Example

White with #CE0F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F74; }

 p { color: rgb(206,15,116); }

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

background-color css

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

 a { background-color: rgb(206,15,116); }

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

border-color css

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

 span { border-color: rgb(206,15,116); }

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