Html Css Color HEX #CC1484 Medium Violet Red

📋 copy color: '#CC1484'

red 204 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #CC1484

Tints of Medium Violet Red #CC1484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 57.3%
G = 5.62%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC1484 (or 0xCC1484) is known color: Medium Violet Red. HEX triplet: CC, 14 and 84. RGB value is (204,20,132). Sum of RGB (Red+Green+Blue) = 204+20+132=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1484 is #33EB7B. Grayscale: #575757. Windows color (decimal): -3402620 or 8656076. OLE color: 8656076.

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

Color convert

RGB 204 20 132 -
CMYK 0 0.90 0.35 0.2
HSL 323.48º 0.82% 0.44% -
HSV(B) 323.48º 0.9% 0.8% -
XYZ 29.32 15 23.18 -
YUV 87.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 204 20 132 0 0.90 0.35 0.2 323.48 0.82 0.44
Hex CC 14 84 0 5A 23 14 143 52 2C
Octal 314 24 204 0 132 43 24 503 122 54
Binary 11001100 10100 10000100 0 1011010 100011 10100 101000011 1010010 101100

Color Harmonies of #CC1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1484

Black with #CC1484

Text Example


Text Example

White with #CC1484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1484; }

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

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

background-color css

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

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

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

border-color css

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

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

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