Html Css Color HEX #CC27A1 Medium Violet Red

📋 copy color: '#CC27A1'

red 204 ◦ green 39 ◦ blue 161

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

Shades of Medium Violet Red #CC27A1

Tints of Medium Violet Red #CC27A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 50.5%
G = 9.65%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC27A1 (or 0xCC27A1) is known color: Medium Violet Red. HEX triplet: CC, 27 and A1. RGB value is (204,39,161). Sum of RGB (Red+Green+Blue) = 204+39+161=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC27A1 is #33D85E. Grayscale: #656565. Windows color (decimal): -3397727 or 10561484. OLE color: 10561484.

HSL color Cylindrical-coordinate representation of color #CC27A1: hue angle of 315.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 #CC27A1 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 161 -
CMYK 0 0.81 0.21 0.2
HSL 315.64º 0.68% 0.48% -
HSV(B) 315.64º 0.81% 0.8% -
XYZ 32.06 16.86 35.28 -
YUV 102.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 204 39 161 0 0.81 0.21 0.2 315.64 0.68 0.48
Hex CC 27 A1 0 51 15 14 13C 44 30
Octal 314 47 241 0 121 25 24 474 104 60
Binary 11001100 100111 10100001 0 1010001 10101 10100 100111100 1000100 110000

Color Harmonies of #CC27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27A1

Black with #CC27A1

Text Example


Text Example

White with #CC27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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