Html Css Color HEX #CC1470 Medium Violet Red

📋 copy color: '#CC1470'

red 204 ◦ green 20 ◦ blue 112

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

Shades of Medium Violet Red #CC1470

Tints of Medium Violet Red #CC1470

RGB

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

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

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

R = 60.71%
G = 5.95%
B = 33.33%

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

#CC1470 (or 0xCC1470) is known color: Medium Violet Red. HEX triplet: CC, 14 and 70. RGB value is (204,20,112). Sum of RGB (Red+Green+Blue) = 204+20+112=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1470 is #33EB8F. Grayscale: #555555. Windows color (decimal): -3402640 or 7345356. OLE color: 7345356.

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

Color convert

RGB 204 20 112 -
CMYK 0 0.90 0.45 0.2
HSL 330º 0.82% 0.44% -
HSV(B) 330º 0.9% 0.8% -
XYZ 28.08 14.51 16.65 -
YUV 85.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 204 20 112 0 0.90 0.45 0.2 330 0.82 0.44
Hex CC 14 70 0 5A 2D 14 14A 52 2C
Octal 314 24 160 0 132 55 24 512 122 54
Binary 11001100 10100 1110000 0 1011010 101101 10100 101001010 1010010 101100

Color Harmonies of #CC1470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1470

Black with #CC1470

Text Example


Text Example

White with #CC1470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1470; }

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

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

background-color css

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

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

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

border-color css

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

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

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