Html Css Color HEX #CB1D72 Medium Violet Red

📋 copy color: '#CB1D72'

red 203 ◦ green 29 ◦ blue 114

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

Shades of Medium Violet Red #CB1D72

Tints of Medium Violet Red #CB1D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 58.67%
G = 8.38%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB1D72 (or 0xCB1D72) is known color: Medium Violet Red. HEX triplet: CB, 1D and 72. RGB value is (203,29,114). Sum of RGB (Red+Green+Blue) = 203+29+114=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D72 is #34E28D. Grayscale: #5A5A5A. Windows color (decimal): -3465870 or 7478731. OLE color: 7478731.

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

Color convert

RGB 203 29 114 -
CMYK 0 0.86 0.44 0.20
HSL 330.69º 0.75% 0.45% -
HSV(B) 330.69º 0.86% 0.8% -
XYZ 28.11 14.79 17.29 -
YUV 90.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 203 29 114 0 0.86 0.44 0.20 330.69 0.75 0.45
Hex CB 1D 72 0 56 2C 14 14B 4B 2D
Octal 313 35 162 0 126 54 24 513 113 55
Binary 11001011 11101 1110010 0 1010110 101100 10100 101001011 1001011 101101

Color Harmonies of #CB1D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D72

Black with #CB1D72

Text Example


Text Example

White with #CB1D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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