Html Css Color HEX #CC30AB Medium Red Violet

📋 copy color: '#CC30AB'

red 204 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #CC30AB

Tints of Medium Red Violet #CC30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

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

R = 48.23%
G = 11.35%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC30AB (or 0xCC30AB) is known color: Medium Red Violet. HEX triplet: CC, 30 and AB. RGB value is (204,48,171). Sum of RGB (Red+Green+Blue) = 204+48+171=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30AB is #33CF54. Grayscale: #6C6C6C. Windows color (decimal): -3395413 or 11219148. OLE color: 11219148.

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

Color convert

RGB 204 48 171 -
CMYK 0 0.76 0.16 0.2
HSL 312.69º 0.62% 0.49% -
HSV(B) 312.69º 0.76% 0.8% -
XYZ 33.31 17.89 40.23 -
YUV 108.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 204 48 171 0 0.76 0.16 0.2 312.69 0.62 0.49
Hex CC 30 AB 0 4C 10 14 139 3E 31
Octal 314 60 253 0 114 20 24 471 76 61
Binary 11001100 110000 10101011 0 1001100 10000 10100 100111001 111110 110001

Color Harmonies of #CC30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30AB

Black with #CC30AB

Text Example


Text Example

White with #CC30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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