Html Css Color HEX #CC27AC Medium Violet Red

📋 copy color: '#CC27AC'

red 204 ◦ green 39 ◦ blue 172

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

Shades of Medium Violet Red #CC27AC

Tints of Medium Violet Red #CC27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

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

R = 49.16%
G = 9.4%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC27AC (or 0xCC27AC) is known color: Medium Violet Red. HEX triplet: CC, 27 and AC. RGB value is (204,39,172). Sum of RGB (Red+Green+Blue) = 204+39+172=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC27AC is #33D853. Grayscale: #676767. Windows color (decimal): -3397716 or 11282380. OLE color: 11282380.

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

Color convert

RGB 204 39 172 -
CMYK 0 0.81 0.16 0.2
HSL 311.64º 0.68% 0.48% -
HSV(B) 311.64º 0.81% 0.8% -
XYZ 33.07 17.27 40.62 -
YUV 103.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 204 39 172 0 0.81 0.16 0.2 311.64 0.68 0.48
Hex CC 27 AC 0 51 10 14 138 44 30
Octal 314 47 254 0 121 20 24 470 104 60
Binary 11001100 100111 10101100 0 1010001 10000 10100 100111000 1000100 110000

Color Harmonies of #CC27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27AC

Black with #CC27AC

Text Example


Text Example

White with #CC27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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