Html Css Color HEX #CC28AB Medium Violet Red

📋 copy color: '#CC28AB'

red 204 ◦ green 40 ◦ blue 171

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

Shades of Medium Violet Red #CC28AB

Tints of Medium Violet Red #CC28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.64%

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

R = 49.16%
G = 9.64%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC28AB (or 0xCC28AB) is known color: Medium Violet Red. HEX triplet: CC, 28 and AB. RGB value is (204,40,171). Sum of RGB (Red+Green+Blue) = 204+40+171=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28AB is #33D754. Grayscale: #676767. Windows color (decimal): -3397461 or 11217100. OLE color: 11217100.

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

Color convert

RGB 204 40 171 -
CMYK 0 0.80 0.16 0.2
HSL 312.07º 0.67% 0.48% -
HSV(B) 312.07º 0.8% 0.8% -
XYZ 33.01 17.3 40.13 -
YUV 103.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 204 40 171 0 0.80 0.16 0.2 312.07 0.67 0.48
Hex CC 28 AB 0 50 10 14 138 43 30
Octal 314 50 253 0 120 20 24 470 103 60
Binary 11001100 101000 10101011 0 1010000 10000 10100 100111000 1000011 110000

Color Harmonies of #CC28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28AB

Black with #CC28AB

Text Example


Text Example

White with #CC28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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