Html Css Color HEX #CC27C7 Deep Magenta

📋 copy color: '#CC27C7'

red 204 ◦ green 39 ◦ blue 199

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

Shades of Deep Magenta #CC27C7

Tints of Deep Magenta #CC27C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 46.15%
G = 8.82%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC27C7 (or 0xCC27C7) is known color: Deep Magenta. HEX triplet: CC, 27 and C7. RGB value is (204,39,199). Sum of RGB (Red+Green+Blue) = 204+39+199=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27C7 is #33D838. Grayscale: #6A6A6A. Windows color (decimal): -3397689 or 13051852. OLE color: 13051852.

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

Color convert

RGB 204 39 199 -
CMYK 0 0.81 0.02 0.2
HSL 301.82º 0.68% 0.48% -
HSV(B) 301.82º 0.81% 0.8% -
XYZ 35.94 18.41 55.69 -
YUV 106.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 204 39 199 0 0.81 0.02 0.2 301.82 0.68 0.48
Hex CC 27 C7 0 51 2 14 12E 44 30
Octal 314 47 307 0 121 2 24 456 104 60
Binary 11001100 100111 11000111 0 1010001 10 10100 100101110 1000100 110000

Color Harmonies of #CC27C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27C7

Black with #CC27C7

Text Example


Text Example

White with #CC27C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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