Html Css Color HEX #CC1A84 Medium Violet Red

📋 copy color: '#CC1A84'

red 204 ◦ green 26 ◦ blue 132

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

Shades of Medium Violet Red #CC1A84

Tints of Medium Violet Red #CC1A84

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

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

R = 56.35%
G = 7.18%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC1A84 (or 0xCC1A84) is known color: Medium Violet Red. HEX triplet: CC, 1A and 84. RGB value is (204,26,132). Sum of RGB (Red+Green+Blue) = 204+26+132=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1A84 is #33E57B. Grayscale: #5B5B5B. Windows color (decimal): -3401084 or 8657612. OLE color: 8657612.

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

Color convert

RGB 204 26 132 -
CMYK 0 0.87 0.35 0.2
HSL 324.27º 0.77% 0.45% -
HSV(B) 324.27º 0.87% 0.8% -
XYZ 29.44 15.24 23.22 -
YUV 91.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 204 26 132 0 0.87 0.35 0.2 324.27 0.77 0.45
Hex CC 1A 84 0 57 23 14 144 4D 2D
Octal 314 32 204 0 127 43 24 504 115 55
Binary 11001100 11010 10000100 0 1010111 100011 10100 101000100 1001101 101101

Color Harmonies of #CC1A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A84

Black with #CC1A84

Text Example


Text Example

White with #CC1A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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