Html Css Color HEX #CB0899 Medium Violet Red

📋 copy color: '#CB0899'

red 203 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #CB0899

Tints of Medium Violet Red #CB0899

RGB

 RED value IS 203 (79.69% from 255) = 55.77%

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 55.77%
G = 2.2%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB0899 (or 0xCB0899) is known color: Medium Violet Red. HEX triplet: CB, 08 and 99. RGB value is (203,8,153). Sum of RGB (Red+Green+Blue) = 203+8+153=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0899 is #34F766. Grayscale: #525252. Windows color (decimal): -3471207 or 10029259. OLE color: 10029259.

HSL color Cylindrical-coordinate representation of color #CB0899: hue angle of 315.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0899 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 153 -
CMYK 0 0.96 0.25 0.20
HSL 315.38º 0.92% 0.41% -
HSV(B) 315.38º 0.96% 0.8% -
XYZ 30.47 15.17 31.46 -
YUV 82.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 203 8 153 0 0.96 0.25 0.20 315.38 0.92 0.41
Hex CB 8 99 0 60 19 14 13B 5C 29
Octal 313 10 231 0 140 31 24 473 134 51
Binary 11001011 1000 10011001 0 1100000 11001 10100 100111011 1011100 101001

Color Harmonies of #CB0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0899

Black with #CB0899

Text Example


Text Example

White with #CB0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0899; }

 p { color: rgb(203,8,153); }

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

background-color css

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

 a { background-color: rgb(203,8,153); }

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

border-color css

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

 span { border-color: rgb(203,8,153); }

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