Html Css Color HEX #CE12A8 Medium Violet Red

📋 copy color: '#CE12A8'

red 206 ◦ green 18 ◦ blue 168

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

Shades of Medium Violet Red #CE12A8

Tints of Medium Violet Red #CE12A8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 52.55%
G = 4.59%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE12A8 (or 0xCE12A8) is known color: Medium Violet Red. HEX triplet: CE, 12 and A8. RGB value is (206,18,168). Sum of RGB (Red+Green+Blue) = 206+18+168=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12A8 is #31ED57. Grayscale: #5A5A5A. Windows color (decimal): -3272024 or 11014862. OLE color: 11014862.

HSL color Cylindrical-coordinate representation of color #CE12A8: hue angle of 312.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE12A8 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 168 -
CMYK 0 0.91 0.18 0.19
HSL 312.13º 0.84% 0.44% -
HSV(B) 312.13º 0.91% 0.81% -
XYZ 32.74 16.38 38.48 -
YUV 91.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 206 18 168 0 0.91 0.18 0.19 312.13 0.84 0.44
Hex CE 12 A8 0 5B 12 13 138 54 2C
Octal 316 22 250 0 133 22 23 470 124 54
Binary 11001110 10010 10101000 0 1011011 10010 10011 100111000 1010100 101100

Color Harmonies of #CE12A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12A8

Black with #CE12A8

Text Example


Text Example

White with #CE12A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12A8; }

 p { color: rgb(206,18,168); }

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

background-color css

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

 a { background-color: rgb(206,18,168); }

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

border-color css

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

 span { border-color: rgb(206,18,168); }

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