Html Css Color HEX #CC1570 Medium Violet Red

📋 copy color: '#CC1570'

red 204 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #CC1570

Tints of Medium Violet Red #CC1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 60.53%
G = 6.23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC1570 (or 0xCC1570) is known color: Medium Violet Red. HEX triplet: CC, 15 and 70. RGB value is (204,21,112). Sum of RGB (Red+Green+Blue) = 204+21+112=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1570 is #33EA8F. Grayscale: #555555. Windows color (decimal): -3402384 or 7345612. OLE color: 7345612.

HSL color Cylindrical-coordinate representation of color #CC1570: hue angle of 330.16º degrees, saturation: 0.81, 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 #CC1570 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 112 -
CMYK 0 0.90 0.45 0.2
HSL 330.16º 0.81% 0.44% -
HSV(B) 330.16º 0.9% 0.8% -
XYZ 28.09 14.54 16.66 -
YUV 86.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 204 21 112 0 0.90 0.45 0.2 330.16 0.81 0.44
Hex CC 15 70 0 5A 2D 14 14A 51 2C
Octal 314 25 160 0 132 55 24 512 121 54
Binary 11001100 10101 1110000 0 1011010 101101 10100 101001010 1010001 101100

Color Harmonies of #CC1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1570

Black with #CC1570

Text Example


Text Example

White with #CC1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1570; }

 p { color: rgb(204,21,112); }

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

background-color css

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

 a { background-color: rgb(204,21,112); }

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

border-color css

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

 span { border-color: rgb(204,21,112); }

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