Html Css Color HEX #CC27D0 Deep Magenta

📋 copy color: '#CC27D0'

red 204 ◦ green 39 ◦ blue 208

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

Shades of Deep Magenta #CC27D0

Tints of Deep Magenta #CC27D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 45.23%
G = 8.65%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC27D0 (or 0xCC27D0) is known color: Deep Magenta. HEX triplet: CC, 27 and D0. RGB value is (204,39,208). Sum of RGB (Red+Green+Blue) = 204+39+208=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC27D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27D0 is #33D82F. Grayscale: #6B6B6B. Windows color (decimal): -3397680 or 13641676. OLE color: 13641676.

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

Color convert

RGB 204 39 208 -
CMYK 0.02 0.81 0 0.18
HSL 298.58º 0.68% 0.48% -
HSV(B) 298.58º 0.81% 0.82% -
XYZ 37.01 18.84 61.36 -
YUV 107.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 204 39 208 0.02 0.81 0 0.18 298.58 0.68 0.48
Hex CC 27 D0 2 51 0 12 12B 44 30
Octal 314 47 320 2 121 0 22 453 104 60
Binary 11001100 100111 11010000 10 1010001 0 10010 100101011 1000100 110000

Color Harmonies of #CC27D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27D0

Black with #CC27D0

Text Example


Text Example

White with #CC27D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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