Html Css Color HEX #CC1472 Medium Violet Red

📋 copy color: '#CC1472'

red 204 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #CC1472

Tints of Medium Violet Red #CC1472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 60.36%
G = 5.92%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC1472 (or 0xCC1472) is known color: Medium Violet Red. HEX triplet: CC, 14 and 72. RGB value is (204,20,114). Sum of RGB (Red+Green+Blue) = 204+20+114=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1472 is #33EB8D. Grayscale: #555555. Windows color (decimal): -3402638 or 7476428. OLE color: 7476428.

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

Color convert

RGB 204 20 114 -
CMYK 0 0.90 0.44 0.2
HSL 329.35º 0.82% 0.44% -
HSV(B) 329.35º 0.9% 0.8% -
XYZ 28.19 14.55 17.24 -
YUV 85.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 204 20 114 0 0.90 0.44 0.2 329.35 0.82 0.44
Hex CC 14 72 0 5A 2C 14 149 52 2C
Octal 314 24 162 0 132 54 24 511 122 54
Binary 11001100 10100 1110010 0 1011010 101100 10100 101001001 1010010 101100

Color Harmonies of #CC1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1472

Black with #CC1472

Text Example


Text Example

White with #CC1472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1472; }

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

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

background-color css

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

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

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

border-color css

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

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

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