Html Css Color HEX #CB2071 Medium Violet Red

📋 copy color: '#CB2071'

red 203 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #CB2071

Tints of Medium Violet Red #CB2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 58.33%
G = 9.2%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2071 (or 0xCB2071) is known color: Medium Violet Red. HEX triplet: CB, 20 and 71. RGB value is (203,32,113). Sum of RGB (Red+Green+Blue) = 203+32+113=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2071 is #34DF8E. Grayscale: #5C5C5C. Windows color (decimal): -3465103 or 7413963. OLE color: 7413963.

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

Color convert

RGB 203 32 113 -
CMYK 0 0.84 0.44 0.20
HSL 331.58º 0.73% 0.46% -
HSV(B) 331.58º 0.84% 0.8% -
XYZ 28.13 14.92 17.02 -
YUV 92.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 203 32 113 0 0.84 0.44 0.20 331.58 0.73 0.46
Hex CB 20 71 0 54 2C 14 14C 49 2E
Octal 313 40 161 0 124 54 24 514 111 56
Binary 11001011 100000 1110001 0 1010100 101100 10100 101001100 1001001 101110

Color Harmonies of #CB2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2071

Black with #CB2071

Text Example


Text Example

White with #CB2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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