Html Css Color HEX #CC1488 Medium Violet Red

📋 copy color: '#CC1488'

red 204 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #CC1488

Tints of Medium Violet Red #CC1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 56.67%
G = 5.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC1488 (or 0xCC1488) is known color: Medium Violet Red. HEX triplet: CC, 14 and 88. RGB value is (204,20,136). Sum of RGB (Red+Green+Blue) = 204+20+136=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1488 is #33EB77. Grayscale: #575757. Windows color (decimal): -3402616 or 8918220. OLE color: 8918220.

HSL color Cylindrical-coordinate representation of color #CC1488: hue angle of 322.17º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1488 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 136 -
CMYK 0 0.90 0.33 0.2
HSL 322.17º 0.82% 0.44% -
HSV(B) 322.17º 0.9% 0.8% -
XYZ 29.6 15.12 24.65 -
YUV 88.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 204 20 136 0 0.90 0.33 0.2 322.17 0.82 0.44
Hex CC 14 88 0 5A 21 14 142 52 2C
Octal 314 24 210 0 132 41 24 502 122 54
Binary 11001100 10100 10001000 0 1011010 100001 10100 101000010 1010010 101100

Color Harmonies of #CC1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1488

Black with #CC1488

Text Example


Text Example

White with #CC1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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