Html Css Color HEX #CB2177 Medium Violet Red

📋 copy color: '#CB2177'

red 203 ◦ green 33 ◦ blue 119

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

Shades of Medium Violet Red #CB2177

Tints of Medium Violet Red #CB2177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 57.18%
G = 9.3%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB2177 (or 0xCB2177) is known color: Medium Violet Red. HEX triplet: CB, 21 and 77. RGB value is (203,33,119). Sum of RGB (Red+Green+Blue) = 203+33+119=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2177 is #34DE88. Grayscale: #5D5D5D. Windows color (decimal): -3464841 or 7807435. OLE color: 7807435.

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

Color convert

RGB 203 33 119 -
CMYK 0 0.84 0.41 0.20
HSL 329.65º 0.72% 0.46% -
HSV(B) 329.65º 0.84% 0.8% -
XYZ 28.5 15.12 18.87 -
YUV 93.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 203 33 119 0 0.84 0.41 0.20 329.65 0.72 0.46
Hex CB 21 77 0 54 29 14 14A 48 2E
Octal 313 41 167 0 124 51 24 512 110 56
Binary 11001011 100001 1110111 0 1010100 101001 10100 101001010 1001000 101110

Color Harmonies of #CB2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2177

Black with #CB2177

Text Example


Text Example

White with #CB2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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