Html Css Color HEX #CB0572 Medium Violet Red

📋 copy color: '#CB0572'

red 203 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #CB0572

Tints of Medium Violet Red #CB0572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

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

R = 63.04%
G = 1.55%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB0572 (or 0xCB0572) is known color: Medium Violet Red. HEX triplet: CB, 05 and 72. RGB value is (203,5,114). Sum of RGB (Red+Green+Blue) = 203+5+114=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0572 is #34FA8D. Grayscale: #4C4C4C. Windows color (decimal): -3472014 or 7472587. OLE color: 7472587.

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

Color convert

RGB 203 5 114 -
CMYK 0 0.98 0.44 0.20
HSL 326.97º 0.95% 0.41% -
HSV(B) 326.97º 0.98% 0.8% -
XYZ 27.72 14.02 17.16 -
YUV 76.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 203 5 114 0 0.98 0.44 0.20 326.97 0.95 0.41
Hex CB 5 72 0 62 2C 14 147 5F 29
Octal 313 5 162 0 142 54 24 507 137 51
Binary 11001011 101 1110010 0 1100010 101100 10100 101000111 1011111 101001

Color Harmonies of #CB0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0572

Black with #CB0572

Text Example


Text Example

White with #CB0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0572; }

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

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

background-color css

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

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

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

border-color css

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

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

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