Html Css Color HEX #CE0F70 Medium Violet Red

📋 copy color: '#CE0F70'

red 206 ◦ green 15 ◦ blue 112

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

Shades of Medium Violet Red #CE0F70

Tints of Medium Violet Red #CE0F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 61.86%
G = 4.5%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE0F70 (or 0xCE0F70) is known color: Medium Violet Red. HEX triplet: CE, 0F and 70. RGB value is (206,15,112). Sum of RGB (Red+Green+Blue) = 206+15+112=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F70 is #31F08F. Grayscale: #525252. Windows color (decimal): -3272848 or 7344078. OLE color: 7344078.

HSL color Cylindrical-coordinate representation of color #CE0F70: hue angle of 329.53º 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 #CE0F70 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 15 112 -
CMYK 0 0.93 0.46 0.19
HSL 329.53º 0.86% 0.43% -
HSV(B) 329.53º 0.93% 0.81% -
XYZ 28.55 14.63 16.65 -
YUV 83.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 206 15 112 0 0.93 0.46 0.19 329.53 0.86 0.43
Hex CE F 70 0 5D 2E 13 14A 56 2B
Octal 316 17 160 0 135 56 23 512 126 53
Binary 11001110 1111 1110000 0 1011101 101110 10011 101001010 1010110 101011

Color Harmonies of #CE0F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F70

Black with #CE0F70

Text Example


Text Example

White with #CE0F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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