Html Css Color HEX #CC2CAB Medium Red Violet

📋 copy color: '#CC2CAB'

red 204 ◦ green 44 ◦ blue 171

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

Shades of Medium Red Violet #CC2CAB

Tints of Medium Red Violet #CC2CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 48.69%
G = 10.5%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC2CAB (or 0xCC2CAB) is known color: Medium Red Violet. HEX triplet: CC, 2C and AB. RGB value is (204,44,171). Sum of RGB (Red+Green+Blue) = 204+44+171=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CAB is #33D354. Grayscale: #696969. Windows color (decimal): -3396437 or 11218124. OLE color: 11218124.

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

Color convert

RGB 204 44 171 -
CMYK 0 0.78 0.16 0.2
HSL 312.38º 0.65% 0.49% -
HSV(B) 312.38º 0.78% 0.8% -
XYZ 33.15 17.58 40.17 -
YUV 106.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 204 44 171 0 0.78 0.16 0.2 312.38 0.65 0.49
Hex CC 2C AB 0 4E 10 14 138 41 31
Octal 314 54 253 0 116 20 24 470 101 61
Binary 11001100 101100 10101011 0 1001110 10000 10100 100111000 1000001 110001

Color Harmonies of #CC2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CAB

Black with #CC2CAB

Text Example


Text Example

White with #CC2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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