Html Css Color HEX #CB2179 Medium Violet Red

📋 copy color: '#CB2179'

red 203 ◦ green 33 ◦ blue 121

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

Shades of Medium Violet Red #CB2179

Tints of Medium Violet Red #CB2179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 56.86%
G = 9.24%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB2179 (or 0xCB2179) is known color: Medium Violet Red. HEX triplet: CB, 21 and 79. RGB value is (203,33,121). Sum of RGB (Red+Green+Blue) = 203+33+121=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2179 is #34DE86. Grayscale: #5D5D5D. Windows color (decimal): -3464839 or 7938507. OLE color: 7938507.

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

Color convert

RGB 203 33 121 -
CMYK 0 0.84 0.40 0.20
HSL 328.94º 0.72% 0.46% -
HSV(B) 328.94º 0.84% 0.8% -
XYZ 28.62 15.16 19.51 -
YUV 93.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 203 33 121 0 0.84 0.40 0.20 328.94 0.72 0.46
Hex CB 21 79 0 54 28 14 149 48 2E
Octal 313 41 171 0 124 50 24 511 110 56
Binary 11001011 100001 1111001 0 1010100 101000 10100 101001001 1001000 101110

Color Harmonies of #CB2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2179

Black with #CB2179

Text Example


Text Example

White with #CB2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2179; }

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

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

background-color css

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

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

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

border-color css

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

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

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