Html Css Color HEX #CC2FAA Medium Red Violet

📋 copy color: '#CC2FAA'

red 204 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #CC2FAA

Tints of Medium Red Violet #CC2FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 48.46%
G = 11.16%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC2FAA (or 0xCC2FAA) is known color: Medium Red Violet. HEX triplet: CC, 2F and AA. RGB value is (204,47,170). Sum of RGB (Red+Green+Blue) = 204+47+170=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FAA is #33D055. Grayscale: #6B6B6B. Windows color (decimal): -3395670 or 11153356. OLE color: 11153356.

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

Color convert

RGB 204 47 170 -
CMYK 0 0.77 0.17 0.2
HSL 312.99º 0.63% 0.49% -
HSV(B) 312.99º 0.77% 0.8% -
XYZ 33.17 17.77 39.71 -
YUV 107.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 204 47 170 0 0.77 0.17 0.2 312.99 0.63 0.49
Hex CC 2F AA 0 4D 11 14 139 3F 31
Octal 314 57 252 0 115 21 24 471 77 61
Binary 11001100 101111 10101010 0 1001101 10001 10100 100111001 111111 110001

Color Harmonies of #CC2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FAA

Black with #CC2FAA

Text Example


Text Example

White with #CC2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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