Html Css Color HEX #CE009A Medium Violet Red

📋 copy color: '#CE009A'

red 206 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #CE009A

Tints of Medium Violet Red #CE009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.22%
G = 0%
B = 42.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE009A (or 0xCE009A) is known color: Medium Violet Red. HEX triplet: CE, 00 and 9A. RGB value is (206,0,154). Sum of RGB (Red+Green+Blue) = 206+0+154=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE009A is #31FF65. Grayscale: #4E4E4E. Windows color (decimal): -3276646 or 10092750. OLE color: 10092750.

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

Color convert

RGB 206 0 154 -
CMYK 0 1 0.25 0.19
HSL 315.15º 1% 0.4% -
HSV(B) 315.15º 1% 0.81% -
XYZ 31.29 15.45 31.91 -
YUV 79.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 206 0 154 0 1 0.25 0.19 315.15 1 0.4
Hex CE 0 9A 0 64 19 13 13B 64 28
Octal 316 0 232 0 144 31 23 473 144 50
Binary 11001110 0 10011010 0 1100100 11001 10011 100111011 1100100 101000

Color Harmonies of #CE009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE009A

Black with #CE009A

Text Example


Text Example

White with #CE009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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