Html Css Color HEX #CC2BAE Medium Red Violet

📋 copy color: '#CC2BAE'

red 204 ◦ green 43 ◦ blue 174

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

Shades of Medium Red Violet #CC2BAE

Tints of Medium Red Violet #CC2BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 48.46%
G = 10.21%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC2BAE (or 0xCC2BAE) is known color: Medium Red Violet. HEX triplet: CC, 2B and AE. RGB value is (204,43,174). Sum of RGB (Red+Green+Blue) = 204+43+174=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BAE is #33D451. Grayscale: #696969. Windows color (decimal): -3396690 or 11414476. OLE color: 11414476.

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

Color convert

RGB 204 43 174 -
CMYK 0 0.79 0.15 0.2
HSL 311.18º 0.65% 0.48% -
HSV(B) 311.18º 0.79% 0.8% -
XYZ 33.41 17.62 41.68 -
YUV 106.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 204 43 174 0 0.79 0.15 0.2 311.18 0.65 0.48
Hex CC 2B AE 0 4F F 14 137 41 30
Octal 314 53 256 0 117 17 24 467 101 60
Binary 11001100 101011 10101110 0 1001111 1111 10100 100110111 1000001 110000

Color Harmonies of #CC2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BAE

Black with #CC2BAE

Text Example


Text Example

White with #CC2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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