Html Css Color HEX #CB0272 Medium Violet Red

📋 copy color: '#CB0272'

red 203 ◦ green 2 ◦ blue 114

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

Shades of Medium Violet Red #CB0272

Tints of Medium Violet Red #CB0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 63.64%
G = 0.63%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB0272 (or 0xCB0272) is known color: Medium Violet Red. HEX triplet: CB, 02 and 72. RGB value is (203,2,114). Sum of RGB (Red+Green+Blue) = 203+2+114=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0272 is #34FD8D. Grayscale: #4A4A4A. Windows color (decimal): -3472782 or 7471819. OLE color: 7471819.

HSL color Cylindrical-coordinate representation of color #CB0272: hue angle of 326.57º 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 #CB0272 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 114 -
CMYK 0 0.99 0.44 0.20
HSL 326.57º 0.98% 0.4% -
HSV(B) 326.57º 0.99% 0.8% -
XYZ 27.69 13.95 17.15 -
YUV 74.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 203 2 114 0 0.99 0.44 0.20 326.57 0.98 0.4
Hex CB 2 72 0 63 2C 14 147 62 28
Octal 313 2 162 0 143 54 24 507 142 50
Binary 11001011 10 1110010 0 1100011 101100 10100 101000111 1100010 101000

Color Harmonies of #CB0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0272

Black with #CB0272

Text Example


Text Example

White with #CB0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0272; }

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

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

background-color css

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

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

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

border-color css

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

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

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