Html Css Color HEX #CC2CA4 Medium Red Violet

📋 copy color: '#CC2CA4'

red 204 ◦ green 44 ◦ blue 164

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

Shades of Medium Red Violet #CC2CA4

Tints of Medium Red Violet #CC2CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 49.51%
G = 10.68%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC2CA4 (or 0xCC2CA4) is known color: Medium Red Violet. HEX triplet: CC, 2C and A4. RGB value is (204,44,164). Sum of RGB (Red+Green+Blue) = 204+44+164=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CA4 is #33D35B. Grayscale: #696969. Windows color (decimal): -3396444 or 10759372. OLE color: 10759372.

HSL color Cylindrical-coordinate representation of color #CC2CA4: hue angle of 315º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CA4 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 164 -
CMYK 0 0.78 0.20 0.2
HSL 315º 0.65% 0.49% -
HSV(B) 315º 0.78% 0.8% -
XYZ 32.5 17.32 36.75 -
YUV 105.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 204 44 164 0 0.78 0.20 0.2 315 0.65 0.49
Hex CC 2C A4 0 4E 14 14 13B 41 31
Octal 314 54 244 0 116 24 24 473 101 61
Binary 11001100 101100 10100100 0 1001110 10100 10100 100111011 1000001 110001

Color Harmonies of #CC2CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CA4

Black with #CC2CA4

Text Example


Text Example

White with #CC2CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CA4; }

 p { color: rgb(204,44,164); }

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

background-color css

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

 a { background-color: rgb(204,44,164); }

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

border-color css

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

 span { border-color: rgb(204,44,164); }

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