Html Css Color HEX #CE0C8C Medium Violet Red

📋 copy color: '#CE0C8C'

red 206 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #CE0C8C

Tints of Medium Violet Red #CE0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 57.54%
G = 3.35%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE0C8C (or 0xCE0C8C) is known color: Medium Violet Red. HEX triplet: CE, 0C and 8C. RGB value is (206,12,140). Sum of RGB (Red+Green+Blue) = 206+12+140=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0C8C is #31F373. Grayscale: #545454. Windows color (decimal): -3273588 or 9178318. OLE color: 9178318.

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

Color convert

RGB 206 12 140 -
CMYK 0 0.94 0.32 0.19
HSL 320.41º 0.89% 0.43% -
HSV(B) 320.41º 0.94% 0.81% -
XYZ 30.32 15.28 26.16 -
YUV 84.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 206 12 140 0 0.94 0.32 0.19 320.41 0.89 0.43
Hex CE C 8C 0 5E 20 13 140 59 2B
Octal 316 14 214 0 136 40 23 500 131 53
Binary 11001110 1100 10001100 0 1011110 100000 10011 101000000 1011001 101011

Color Harmonies of #CE0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C8C

Black with #CE0C8C

Text Example


Text Example

White with #CE0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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