Html Css Color HEX #CE12A7 Medium Violet Red

📋 copy color: '#CE12A7'

red 206 ◦ green 18 ◦ blue 167

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

Shades of Medium Violet Red #CE12A7

Tints of Medium Violet Red #CE12A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.71%

R = 52.69%
G = 4.6%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE12A7 (or 0xCE12A7) is known color: Medium Violet Red. HEX triplet: CE, 12 and A7. RGB value is (206,18,167). Sum of RGB (Red+Green+Blue) = 206+18+167=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12A7 is #31ED58. Grayscale: #5A5A5A. Windows color (decimal): -3272025 or 10949326. OLE color: 10949326.

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

Color convert

RGB 206 18 167 -
CMYK 0 0.91 0.19 0.19
HSL 312.45º 0.84% 0.44% -
HSV(B) 312.45º 0.91% 0.81% -
XYZ 32.64 16.34 37.99 -
YUV 91.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 206 18 167 0 0.91 0.19 0.19 312.45 0.84 0.44
Hex CE 12 A7 0 5B 13 13 138 54 2C
Octal 316 22 247 0 133 23 23 470 124 54
Binary 11001110 10010 10100111 0 1011011 10011 10011 100111000 1010100 101100

Color Harmonies of #CE12A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12A7

Black with #CE12A7

Text Example


Text Example

White with #CE12A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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