Html Css Color HEX #CC30AC Medium Red Violet

📋 copy color: '#CC30AC'

red 204 ◦ green 48 ◦ blue 172

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

Shades of Medium Red Violet #CC30AC

Tints of Medium Red Violet #CC30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 48.11%
G = 11.32%
B = 40.57%

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

#CC30AC (or 0xCC30AC) is known color: Medium Red Violet. HEX triplet: CC, 30 and AC. RGB value is (204,48,172). Sum of RGB (Red+Green+Blue) = 204+48+172=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30AC is #33CF53. Grayscale: #6C6C6C. Windows color (decimal): -3395412 or 11284684. OLE color: 11284684.

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

Color convert

RGB 204 48 172 -
CMYK 0 0.76 0.16 0.2
HSL 312.31º 0.62% 0.49% -
HSV(B) 312.31º 0.76% 0.8% -
XYZ 33.41 17.93 40.73 -
YUV 108.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 204 48 172 0 0.76 0.16 0.2 312.31 0.62 0.49
Hex CC 30 AC 0 4C 10 14 138 3E 31
Octal 314 60 254 0 114 20 24 470 76 61
Binary 11001100 110000 10101100 0 1001100 10000 10100 100111000 111110 110001

Color Harmonies of #CC30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30AC

Black with #CC30AC

Text Example


Text Example

White with #CC30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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