Html Css Color HEX #CE0C7D Medium Violet Red

📋 copy color: '#CE0C7D'

red 206 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #CE0C7D

Tints of Medium Violet Red #CE0C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 60.06%
G = 3.5%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE0C7D (or 0xCE0C7D) is known color: Medium Violet Red. HEX triplet: CE, 0C and 7D. RGB value is (206,12,125). Sum of RGB (Red+Green+Blue) = 206+12+125=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C7D is #31F382. Grayscale: #525252. Windows color (decimal): -3273603 or 8195278. OLE color: 8195278.

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

Color convert

RGB 206 12 125 -
CMYK 0 0.94 0.39 0.19
HSL 325.05º 0.89% 0.43% -
HSV(B) 325.05º 0.94% 0.81% -
XYZ 29.29 14.87 20.73 -
YUV 82.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 206 12 125 0 0.94 0.39 0.19 325.05 0.89 0.43
Hex CE C 7D 0 5E 27 13 145 59 2B
Octal 316 14 175 0 136 47 23 505 131 53
Binary 11001110 1100 1111101 0 1011110 100111 10011 101000101 1011001 101011

Color Harmonies of #CE0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C7D

Black with #CE0C7D

Text Example


Text Example

White with #CE0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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