Html Css Color HEX #CB0799 Medium Violet Red

📋 copy color: '#CB0799'

red 203 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #CB0799

Tints of Medium Violet Red #CB0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 55.92%
G = 1.93%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB0799 (or 0xCB0799) is known color: Medium Violet Red. HEX triplet: CB, 07 and 99. RGB value is (203,7,153). Sum of RGB (Red+Green+Blue) = 203+7+153=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0799 is #34F866. Grayscale: #515151. Windows color (decimal): -3471463 or 10029003. OLE color: 10029003.

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

Color convert

RGB 203 7 153 -
CMYK 0 0.97 0.25 0.20
HSL 315.31º 0.93% 0.41% -
HSV(B) 315.31º 0.97% 0.8% -
XYZ 30.45 15.15 31.46 -
YUV 82.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 203 7 153 0 0.97 0.25 0.20 315.31 0.93 0.41
Hex CB 7 99 0 61 19 14 13B 5D 29
Octal 313 7 231 0 141 31 24 473 135 51
Binary 11001011 111 10011001 0 1100001 11001 10100 100111011 1011101 101001

Color Harmonies of #CB0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0799

Black with #CB0799

Text Example


Text Example

White with #CB0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0799; }

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

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

background-color css

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

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

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

border-color css

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

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

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