Html Css Color HEX #CB2571 Medium Violet Red

📋 copy color: '#CB2571'

red 203 ◦ green 37 ◦ blue 113

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

Shades of Medium Violet Red #CB2571

Tints of Medium Violet Red #CB2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 57.51%
G = 10.48%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2571 (or 0xCB2571) is known color: Medium Violet Red. HEX triplet: CB, 25 and 71. RGB value is (203,37,113). Sum of RGB (Red+Green+Blue) = 203+37+113=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2571 is #34DA8E. Grayscale: #5F5F5F. Windows color (decimal): -3463823 or 7415243. OLE color: 7415243.

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

Color convert

RGB 203 37 113 -
CMYK 0 0.82 0.44 0.20
HSL 332.53º 0.69% 0.47% -
HSV(B) 332.53º 0.82% 0.8% -
XYZ 28.27 15.21 17.07 -
YUV 95.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 203 37 113 0 0.82 0.44 0.20 332.53 0.69 0.47
Hex CB 25 71 0 52 2C 14 14D 45 2F
Octal 313 45 161 0 122 54 24 515 105 57
Binary 11001011 100101 1110001 0 1010010 101100 10100 101001101 1000101 101111

Color Harmonies of #CB2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2571

Black with #CB2571

Text Example


Text Example

White with #CB2571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2571; }

 p { color: rgb(203,37,113); }

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

background-color css

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

 a { background-color: rgb(203,37,113); }

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

border-color css

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

 span { border-color: rgb(203,37,113); }

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