Html Css Color HEX #CC2188 Medium Violet Red

📋 copy color: '#CC2188'

red 204 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #CC2188

Tints of Medium Violet Red #CC2188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.46%

R = 54.69%
G = 8.85%
B = 36.46%

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

#CC2188 (or 0xCC2188) is known color: Medium Violet Red. HEX triplet: CC, 21 and 88. RGB value is (204,33,136). Sum of RGB (Red+Green+Blue) = 204+33+136=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2188 is #33DE77. Grayscale: #5F5F5F. Windows color (decimal): -3399288 or 8921548. OLE color: 8921548.

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

Color convert

RGB 204 33 136 -
CMYK 0 0.84 0.33 0.2
HSL 323.86º 0.72% 0.46% -
HSV(B) 323.86º 0.84% 0.8% -
XYZ 29.89 15.7 24.75 -
YUV 95.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 204 33 136 0 0.84 0.33 0.2 323.86 0.72 0.46
Hex CC 21 88 0 54 21 14 144 48 2E
Octal 314 41 210 0 124 41 24 504 110 56
Binary 11001100 100001 10001000 0 1010100 100001 10100 101000100 1001000 101110

Color Harmonies of #CC2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2188

Black with #CC2188

Text Example


Text Example

White with #CC2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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