Html Css Color HEX #CE0A9A Medium Violet Red

📋 copy color: '#CE0A9A'

red 206 ◦ green 10 ◦ blue 154

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

Shades of Medium Violet Red #CE0A9A

Tints of Medium Violet Red #CE0A9A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 55.68%
G = 2.7%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE0A9A (or 0xCE0A9A) is known color: Medium Violet Red. HEX triplet: CE, 0A and 9A. RGB value is (206,10,154). Sum of RGB (Red+Green+Blue) = 206+10+154=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A9A is #31F565. Grayscale: #545454. Windows color (decimal): -3274086 or 10095310. OLE color: 10095310.

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

Color convert

RGB 206 10 154 -
CMYK 0 0.95 0.25 0.19
HSL 315.92º 0.91% 0.42% -
HSV(B) 315.92º 0.95% 0.81% -
XYZ 31.39 15.67 31.94 -
YUV 85.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 206 10 154 0 0.95 0.25 0.19 315.92 0.91 0.42
Hex CE A 9A 0 5F 19 13 13C 5B 2A
Octal 316 12 232 0 137 31 23 474 133 52
Binary 11001110 1010 10011010 0 1011111 11001 10011 100111100 1011011 101010

Color Harmonies of #CE0A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A9A

Black with #CE0A9A

Text Example


Text Example

White with #CE0A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A9A; }

 p { color: rgb(206,10,154); }

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

background-color css

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

 a { background-color: rgb(206,10,154); }

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

border-color css

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

 span { border-color: rgb(206,10,154); }

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