Html Css Color HEX #CE0F75 Medium Violet Red

📋 copy color: '#CE0F75'

red 206 ◦ green 15 ◦ blue 117

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

Shades of Medium Violet Red #CE0F75

Tints of Medium Violet Red #CE0F75

RGB

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

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

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

R = 60.95%
G = 4.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0F75 (or 0xCE0F75) is known color: Medium Violet Red. HEX triplet: CE, 0F and 75. RGB value is (206,15,117). Sum of RGB (Red+Green+Blue) = 206+15+117=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F75 is #31F08A. Grayscale: #535353. Windows color (decimal): -3272843 or 7671758. OLE color: 7671758.

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

Color convert

RGB 206 15 117 -
CMYK 0 0.93 0.43 0.19
HSL 327.96º 0.86% 0.43% -
HSV(B) 327.96º 0.93% 0.81% -
XYZ 28.84 14.75 18.16 -
YUV 83.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 206 15 117 0 0.93 0.43 0.19 327.96 0.86 0.43
Hex CE F 75 0 5D 2B 13 148 56 2B
Octal 316 17 165 0 135 53 23 510 126 53
Binary 11001110 1111 1110101 0 1011101 101011 10011 101001000 1010110 101011

Color Harmonies of #CE0F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F75

Black with #CE0F75

Text Example


Text Example

White with #CE0F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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