Html Css Color HEX #CE0D6F Medium Violet Red

📋 copy color: '#CE0D6F'

red 206 ◦ green 13 ◦ blue 111

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

Shades of Medium Violet Red #CE0D6F

Tints of Medium Violet Red #CE0D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 62.42%
G = 3.94%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE0D6F (or 0xCE0D6F) is known color: Medium Violet Red. HEX triplet: CE, 0D and 6F. RGB value is (206,13,111). Sum of RGB (Red+Green+Blue) = 206+13+111=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D6F is #31F290. Grayscale: #515151. Windows color (decimal): -3273361 or 7278030. OLE color: 7278030.

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

Color convert

RGB 206 13 111 -
CMYK 0 0.94 0.46 0.19
HSL 329.53º 0.88% 0.43% -
HSV(B) 329.53º 0.94% 0.81% -
XYZ 28.47 14.56 16.35 -
YUV 81.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 206 13 111 0 0.94 0.46 0.19 329.53 0.88 0.43
Hex CE D 6F 0 5E 2E 13 14A 58 2B
Octal 316 15 157 0 136 56 23 512 130 53
Binary 11001110 1101 1101111 0 1011110 101110 10011 101001010 1011000 101011

Color Harmonies of #CE0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D6F

Black with #CE0D6F

Text Example


Text Example

White with #CE0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D6F; }

 p { color: rgb(206,13,111); }

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

background-color css

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

 a { background-color: rgb(206,13,111); }

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

border-color css

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

 span { border-color: rgb(206,13,111); }

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