Html Css Color HEX #CC27B7 Deep Magenta

📋 copy color: '#CC27B7'

red 204 ◦ green 39 ◦ blue 183

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

Shades of Deep Magenta #CC27B7

Tints of Deep Magenta #CC27B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.96%

R = 47.89%
G = 9.15%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC27B7 (or 0xCC27B7) is known color: Deep Magenta. HEX triplet: CC, 27 and B7. RGB value is (204,39,183). Sum of RGB (Red+Green+Blue) = 204+39+183=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27B7 is #33D848. Grayscale: #686868. Windows color (decimal): -3397705 or 12003276. OLE color: 12003276.

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

Color convert

RGB 204 39 183 -
CMYK 0 0.81 0.10 0.2
HSL 307.64º 0.68% 0.48% -
HSV(B) 307.64º 0.81% 0.8% -
XYZ 34.17 17.71 46.42 -
YUV 104.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 204 39 183 0 0.81 0.10 0.2 307.64 0.68 0.48
Hex CC 27 B7 0 51 A 14 134 44 30
Octal 314 47 267 0 121 12 24 464 104 60
Binary 11001100 100111 10110111 0 1010001 1010 10100 100110100 1000100 110000

Color Harmonies of #CC27B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27B7

Black with #CC27B7

Text Example


Text Example

White with #CC27B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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