Html Css Color HEX #CC27AF Medium Violet Red

📋 copy color: '#CC27AF'

red 204 ◦ green 39 ◦ blue 175

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

Shades of Medium Violet Red #CC27AF

Tints of Medium Violet Red #CC27AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 48.8%
G = 9.33%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC27AF (or 0xCC27AF) is known color: Medium Violet Red. HEX triplet: CC, 27 and AF. RGB value is (204,39,175). Sum of RGB (Red+Green+Blue) = 204+39+175=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC27AF is #33D850. Grayscale: #676767. Windows color (decimal): -3397713 or 11478988. OLE color: 11478988.

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

Color convert

RGB 204 39 175 -
CMYK 0 0.81 0.14 0.2
HSL 310.55º 0.68% 0.48% -
HSV(B) 310.55º 0.81% 0.8% -
XYZ 33.37 17.38 42.15 -
YUV 103.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 204 39 175 0 0.81 0.14 0.2 310.55 0.68 0.48
Hex CC 27 AF 0 51 E 14 137 44 30
Octal 314 47 257 0 121 16 24 467 104 60
Binary 11001100 100111 10101111 0 1010001 1110 10100 100110111 1000100 110000

Color Harmonies of #CC27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27AF

Black with #CC27AF

Text Example


Text Example

White with #CC27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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