Html Css Color HEX #CC2BAA Medium Red Violet

📋 copy color: '#CC2BAA'

red 204 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #CC2BAA

Tints of Medium Red Violet #CC2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

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

R = 48.92%
G = 10.31%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC2BAA (or 0xCC2BAA) is known color: Medium Red Violet. HEX triplet: CC, 2B and AA. RGB value is (204,43,170). Sum of RGB (Red+Green+Blue) = 204+43+170=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BAA is #33D455. Grayscale: #696969. Windows color (decimal): -3396694 or 11152332. OLE color: 11152332.

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

Color convert

RGB 204 43 170 -
CMYK 0 0.79 0.17 0.2
HSL 312.67º 0.65% 0.48% -
HSV(B) 312.67º 0.79% 0.8% -
XYZ 33.02 17.47 39.66 -
YUV 105.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 204 43 170 0 0.79 0.17 0.2 312.67 0.65 0.48
Hex CC 2B AA 0 4F 11 14 139 41 30
Octal 314 53 252 0 117 21 24 471 101 60
Binary 11001100 101011 10101010 0 1001111 10001 10100 100111001 1000001 110000

Color Harmonies of #CC2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BAA

Black with #CC2BAA

Text Example


Text Example

White with #CC2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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