Html Css Color HEX #CE0E7C Medium Violet Red

📋 copy color: '#CE0E7C'

red 206 ◦ green 14 ◦ blue 124

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

Shades of Medium Violet Red #CE0E7C

Tints of Medium Violet Red #CE0E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 59.88%
G = 4.07%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE0E7C (or 0xCE0E7C) is known color: Medium Violet Red. HEX triplet: CE, 0E and 7C. RGB value is (206,14,124). Sum of RGB (Red+Green+Blue) = 206+14+124=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0E7C is #31F183. Grayscale: #535353. Windows color (decimal): -3273092 or 8130254. OLE color: 8130254.

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

Color convert

RGB 206 14 124 -
CMYK 0 0.93 0.40 0.19
HSL 325.63º 0.87% 0.43% -
HSV(B) 325.63º 0.93% 0.81% -
XYZ 29.25 14.89 20.4 -
YUV 83.95 150.61 215.06 -
System Red Green Blue C M Y K H S L
Decimal 206 14 124 0 0.93 0.40 0.19 325.63 0.87 0.43
Hex CE E 7C 0 5D 28 13 146 57 2B
Octal 316 16 174 0 135 50 23 506 127 53
Binary 11001110 1110 1111100 0 1011101 101000 10011 101000110 1010111 101011

Color Harmonies of #CE0E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E7C

Black with #CE0E7C

Text Example


Text Example

White with #CE0E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E7C; }

 p { color: rgb(206,14,124); }

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

background-color css

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

 a { background-color: rgb(206,14,124); }

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

border-color css

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

 span { border-color: rgb(206,14,124); }

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