Html Css Color HEX #CC27D8 Deep Magenta

📋 copy color: '#CC27D8'

red 204 ◦ green 39 ◦ blue 216

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

Shades of Deep Magenta #CC27D8

Tints of Deep Magenta #CC27D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 44.44%
G = 8.5%
B = 47.06%

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

#CC27D8 (or 0xCC27D8) is known color: Deep Magenta. HEX triplet: CC, 27 and D8. RGB value is (204,39,216). Sum of RGB (Red+Green+Blue) = 204+39+216=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27D8 is #33D827. Grayscale: #6B6B6B. Windows color (decimal): -3397672 or 14165964. OLE color: 14165964.

HSL color Cylindrical-coordinate representation of color #CC27D8: hue angle of 295.93º degrees, saturation: 0.69, 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 #CC27D8 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 39 216 -
CMYK 0.06 0.82 0 0.15
HSL 295.93º 0.69% 0.5% -
HSV(B) 295.93º 0.82% 0.85% -
XYZ 38.02 19.25 66.68 -
YUV 108.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 204 39 216 0.06 0.82 0 0.15 295.93 0.69 0.5
Hex CC 27 D8 6 52 0 F 128 45 32
Octal 314 47 330 6 122 0 17 450 105 62
Binary 11001100 100111 11011000 110 1010010 0 1111 100101000 1000101 110010

Color Harmonies of #CC27D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27D8

Black with #CC27D8

Text Example


Text Example

White with #CC27D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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