Html Css Color HEX #CB2182 Medium Violet Red

📋 copy color: '#CB2182'

red 203 ◦ green 33 ◦ blue 130

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

Shades of Medium Violet Red #CB2182

Tints of Medium Violet Red #CB2182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 55.46%
G = 9.02%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB2182 (or 0xCB2182) is known color: Medium Violet Red. HEX triplet: CB, 21 and 82. RGB value is (203,33,130). Sum of RGB (Red+Green+Blue) = 203+33+130=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2182 is #34DE7D. Grayscale: #5E5E5E. Windows color (decimal): -3464830 or 8528331. OLE color: 8528331.

HSL color Cylindrical-coordinate representation of color #CB2182: hue angle of 325.76º degrees, saturation: 0.72, 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 #CB2182 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 130 -
CMYK 0 0.84 0.36 0.20
HSL 325.76º 0.72% 0.46% -
HSV(B) 325.76º 0.84% 0.8% -
XYZ 29.2 15.4 22.55 -
YUV 94.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 203 33 130 0 0.84 0.36 0.20 325.76 0.72 0.46
Hex CB 21 82 0 54 24 14 146 48 2E
Octal 313 41 202 0 124 44 24 506 110 56
Binary 11001011 100001 10000010 0 1010100 100100 10100 101000110 1001000 101110

Color Harmonies of #CB2182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2182

Black with #CB2182

Text Example


Text Example

White with #CB2182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2182; }

 p { color: rgb(203,33,130); }

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

background-color css

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

 a { background-color: rgb(203,33,130); }

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

border-color css

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

 span { border-color: rgb(203,33,130); }

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