Html Css Color HEX #CC16AB Medium Violet Red

📋 copy color: '#CC16AB'

red 204 ◦ green 22 ◦ blue 171

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

Shades of Medium Violet Red #CC16AB

Tints of Medium Violet Red #CC16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.54%

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

R = 51.39%
G = 5.54%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC16AB (or 0xCC16AB) is known color: Medium Violet Red. HEX triplet: CC, 16 and AB. RGB value is (204,22,171). Sum of RGB (Red+Green+Blue) = 204+22+171=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16AB is #33E954. Grayscale: #5C5C5C. Windows color (decimal): -3402069 or 11212492. OLE color: 11212492.

HSL color Cylindrical-coordinate representation of color #CC16AB: hue angle of 310.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16AB is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 171 -
CMYK 0 0.89 0.16 0.2
HSL 310.88º 0.81% 0.44% -
HSV(B) 310.88º 0.89% 0.8% -
XYZ 32.54 16.35 39.97 -
YUV 93.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 204 22 171 0 0.89 0.16 0.2 310.88 0.81 0.44
Hex CC 16 AB 0 59 10 14 137 51 2C
Octal 314 26 253 0 131 20 24 467 121 54
Binary 11001100 10110 10101011 0 1011001 10000 10100 100110111 1010001 101100

Color Harmonies of #CC16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16AB

Black with #CC16AB

Text Example


Text Example

White with #CC16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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