Html Css Color HEX #CE09A0 Medium Violet Red

📋 copy color: '#CE09A0'

red 206 ◦ green 9 ◦ blue 160

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

Shades of Medium Violet Red #CE09A0

Tints of Medium Violet Red #CE09A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 54.93%
G = 2.4%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE09A0 (or 0xCE09A0) is known color: Medium Violet Red. HEX triplet: CE, 09 and A0. RGB value is (206,9,160). Sum of RGB (Red+Green+Blue) = 206+9+160=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09A0 is #31F65F. Grayscale: #545454. Windows color (decimal): -3274336 or 10488270. OLE color: 10488270.

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

Color convert

RGB 206 9 160 -
CMYK 0 0.96 0.22 0.19
HSL 314.01º 0.92% 0.42% -
HSV(B) 314.01º 0.96% 0.81% -
XYZ 31.9 15.86 34.64 -
YUV 85.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 206 9 160 0 0.96 0.22 0.19 314.01 0.92 0.42
Hex CE 9 A0 0 60 16 13 13A 5C 2A
Octal 316 11 240 0 140 26 23 472 134 52
Binary 11001110 1001 10100000 0 1100000 10110 10011 100111010 1011100 101010

Color Harmonies of #CE09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09A0

Black with #CE09A0

Text Example


Text Example

White with #CE09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09A0; }

 p { color: rgb(206,9,160); }

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

background-color css

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

 a { background-color: rgb(206,9,160); }

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

border-color css

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

 span { border-color: rgb(206,9,160); }

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