Html Css Color HEX #CC27DA Deep Magenta

📋 copy color: '#CC27DA'

red 204 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #CC27DA

Tints of Deep Magenta #CC27DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 44.25%
G = 8.46%
B = 47.29%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC27DA (or 0xCC27DA) is known color: Deep Magenta. HEX triplet: CC, 27 and DA. RGB value is (204,39,218). Sum of RGB (Red+Green+Blue) = 204+39+218=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27DA is #33D825. Grayscale: #6C6C6C. Windows color (decimal): -3397670 or 14297036. OLE color: 14297036.

HSL color Cylindrical-coordinate representation of color #CC27DA: hue angle of 295.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC27DA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 39 218 -
CMYK 0.06 0.82 0 0.15
HSL 295.31º 0.71% 0.5% -
HSV(B) 295.31º 0.82% 0.85% -
XYZ 38.28 19.35 68.05 -
YUV 108.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 204 39 218 0.06 0.82 0 0.15 295.31 0.71 0.5
Hex CC 27 DA 6 52 0 F 127 47 32
Octal 314 47 332 6 122 0 17 447 107 62
Binary 11001100 100111 11011010 110 1010010 0 1111 100100111 1000111 110010

Color Harmonies of #CC27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27DA

Black with #CC27DA

Text Example


Text Example

White with #CC27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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