Html Css Color HEX #CB0299 Medium Violet Red

📋 copy color: '#CB0299'

red 203 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #CB0299

Tints of Medium Violet Red #CB0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 56.7%
G = 0.56%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB0299 (or 0xCB0299) is known color: Medium Violet Red. HEX triplet: CB, 02 and 99. RGB value is (203,2,153). Sum of RGB (Red+Green+Blue) = 203+2+153=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0299 is #34FD66. Grayscale: #4E4E4E. Windows color (decimal): -3472743 or 10027723. OLE color: 10027723.

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

Color convert

RGB 203 2 153 -
CMYK 0 0.99 0.25 0.20
HSL 314.93º 0.98% 0.4% -
HSV(B) 314.93º 0.99% 0.8% -
XYZ 30.4 15.04 31.44 -
YUV 79.31 169.59 216.22 -
System Red Green Blue C M Y K H S L
Decimal 203 2 153 0 0.99 0.25 0.20 314.93 0.98 0.4
Hex CB 2 99 0 63 19 14 13B 62 28
Octal 313 2 231 0 143 31 24 473 142 50
Binary 11001011 10 10011001 0 1100011 11001 10100 100111011 1100010 101000

Color Harmonies of #CB0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0299

Black with #CB0299

Text Example


Text Example

White with #CB0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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