Html Css Color HEX #CE0A9B Medium Violet Red

📋 copy color: '#CE0A9B'

red 206 ◦ green 10 ◦ blue 155

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

Shades of Medium Violet Red #CE0A9B

Tints of Medium Violet Red #CE0A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 55.53%
G = 2.7%
B = 41.78%

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

#CE0A9B (or 0xCE0A9B) is known color: Medium Violet Red. HEX triplet: CE, 0A and 9B. RGB value is (206,10,155). Sum of RGB (Red+Green+Blue) = 206+10+155=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A9B is #31F564. Grayscale: #545454. Windows color (decimal): -3274085 or 10160846. OLE color: 10160846.

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

Color convert

RGB 206 10 155 -
CMYK 0 0.95 0.25 0.19
HSL 315.61º 0.91% 0.42% -
HSV(B) 315.61º 0.95% 0.81% -
XYZ 31.48 15.71 32.38 -
YUV 85.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 206 10 155 0 0.95 0.25 0.19 315.61 0.91 0.42
Hex CE A 9B 0 5F 19 13 13C 5B 2A
Octal 316 12 233 0 137 31 23 474 133 52
Binary 11001110 1010 10011011 0 1011111 11001 10011 100111100 1011011 101010

Color Harmonies of #CE0A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A9B

Black with #CE0A9B

Text Example


Text Example

White with #CE0A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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