Html Css Color HEX #CC1870 Medium Violet Red

📋 copy color: '#CC1870'

red 204 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #CC1870

Tints of Medium Violet Red #CC1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 60%
G = 7.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC1870 (or 0xCC1870) is known color: Medium Violet Red. HEX triplet: CC, 18 and 70. RGB value is (204,24,112). Sum of RGB (Red+Green+Blue) = 204+24+112=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1870 is #33E78F. Grayscale: #575757. Windows color (decimal): -3401616 or 7346380. OLE color: 7346380.

HSL color Cylindrical-coordinate representation of color #CC1870: hue angle of 330.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1870 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 112 -
CMYK 0 0.88 0.45 0.2
HSL 330.67º 0.79% 0.45% -
HSV(B) 330.67º 0.88% 0.8% -
XYZ 28.15 14.66 16.68 -
YUV 87.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 204 24 112 0 0.88 0.45 0.2 330.67 0.79 0.45
Hex CC 18 70 0 58 2D 14 14B 4F 2D
Octal 314 30 160 0 130 55 24 513 117 55
Binary 11001100 11000 1110000 0 1011000 101101 10100 101001011 1001111 101101

Color Harmonies of #CC1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1870

Black with #CC1870

Text Example


Text Example

White with #CC1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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