Html Css Color HEX #CB0772 Medium Violet Red

📋 copy color: '#CB0772'

red 203 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #CB0772

Tints of Medium Violet Red #CB0772

RGB

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

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

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

R = 62.65%
G = 2.16%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB0772 (or 0xCB0772) is known color: Medium Violet Red. HEX triplet: CB, 07 and 72. RGB value is (203,7,114). Sum of RGB (Red+Green+Blue) = 203+7+114=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0772 is #34F88D. Grayscale: #4D4D4D. Windows color (decimal): -3471502 or 7473099. OLE color: 7473099.

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

Color convert

RGB 203 7 114 -
CMYK 0 0.97 0.44 0.20
HSL 327.24º 0.93% 0.41% -
HSV(B) 327.24º 0.97% 0.8% -
XYZ 27.74 14.06 17.17 -
YUV 77.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 203 7 114 0 0.97 0.44 0.20 327.24 0.93 0.41
Hex CB 7 72 0 61 2C 14 147 5D 29
Octal 313 7 162 0 141 54 24 507 135 51
Binary 11001011 111 1110010 0 1100001 101100 10100 101000111 1011101 101001

Color Harmonies of #CB0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0772

Black with #CB0772

Text Example


Text Example

White with #CB0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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