Html Css Color HEX #CC2189 Medium Violet Red

📋 copy color: '#CC2189'

red 204 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #CC2189

Tints of Medium Violet Red #CC2189

RGB

 RED value IS 204 (80.08% from 255) = 54.55%

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

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 54.55%
G = 8.82%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC2189 (or 0xCC2189) is known color: Medium Violet Red. HEX triplet: CC, 21 and 89. RGB value is (204,33,137). Sum of RGB (Red+Green+Blue) = 204+33+137=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2189 is #33DE76. Grayscale: #5F5F5F. Windows color (decimal): -3399287 or 8987084. OLE color: 8987084.

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

Color convert

RGB 204 33 137 -
CMYK 0 0.84 0.33 0.2
HSL 323.51º 0.72% 0.46% -
HSV(B) 323.51º 0.84% 0.8% -
XYZ 29.96 15.73 25.12 -
YUV 95.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 204 33 137 0 0.84 0.33 0.2 323.51 0.72 0.46
Hex CC 21 89 0 54 21 14 144 48 2E
Octal 314 41 211 0 124 41 24 504 110 56
Binary 11001100 100001 10001001 0 1010100 100001 10100 101000100 1001000 101110

Color Harmonies of #CC2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2189

Black with #CC2189

Text Example


Text Example

White with #CC2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2189; }

 p { color: rgb(204,33,137); }

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

background-color css

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

 a { background-color: rgb(204,33,137); }

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

border-color css

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

 span { border-color: rgb(204,33,137); }

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