Html Css Color HEX #CC2FA1 Medium Red Violet

📋 copy color: '#CC2FA1'

red 204 ◦ green 47 ◦ blue 161

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

Shades of Medium Red Violet #CC2FA1

Tints of Medium Red Violet #CC2FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 161 (63.28% from 255) = 39.08%

R = 49.51%
G = 11.41%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC2FA1 (or 0xCC2FA1) is known color: Medium Red Violet. HEX triplet: CC, 2F and A1. RGB value is (204,47,161). Sum of RGB (Red+Green+Blue) = 204+47+161=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FA1 is #33D05E. Grayscale: #6A6A6A. Windows color (decimal): -3395679 or 10563532. OLE color: 10563532.

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

Color convert

RGB 204 47 161 -
CMYK 0 0.77 0.21 0.2
HSL 316.43º 0.63% 0.49% -
HSV(B) 316.43º 0.77% 0.8% -
XYZ 32.35 17.44 35.38 -
YUV 106.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 204 47 161 0 0.77 0.21 0.2 316.43 0.63 0.49
Hex CC 2F A1 0 4D 15 14 13C 3F 31
Octal 314 57 241 0 115 25 24 474 77 61
Binary 11001100 101111 10100001 0 1001101 10101 10100 100111100 111111 110001

Color Harmonies of #CC2FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FA1

Black with #CC2FA1

Text Example


Text Example

White with #CC2FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FA1; }

 p { color: rgb(204,47,161); }

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

background-color css

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

 a { background-color: rgb(204,47,161); }

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

border-color css

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

 span { border-color: rgb(204,47,161); }

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