Html Css Color HEX #CC27CA Deep Magenta

📋 copy color: '#CC27CA'

red 204 ◦ green 39 ◦ blue 202

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

Shades of Deep Magenta #CC27CA

Tints of Deep Magenta #CC27CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 45.84%
G = 8.76%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC27CA (or 0xCC27CA) is known color: Deep Magenta. HEX triplet: CC, 27 and CA. RGB value is (204,39,202). Sum of RGB (Red+Green+Blue) = 204+39+202=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27CA is #33D835. Grayscale: #6A6A6A. Windows color (decimal): -3397686 or 13248460. OLE color: 13248460.

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

Color convert

RGB 204 39 202 -
CMYK 0 0.81 0.01 0.2
HSL 300.73º 0.68% 0.48% -
HSV(B) 300.73º 0.81% 0.8% -
XYZ 36.29 18.55 57.55 -
YUV 106.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 204 39 202 0 0.81 0.01 0.2 300.73 0.68 0.48
Hex CC 27 CA 0 51 1 14 12D 44 30
Octal 314 47 312 0 121 1 24 455 104 60
Binary 11001100 100111 11001010 0 1010001 1 10100 100101101 1000100 110000

Color Harmonies of #CC27CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27CA

Black with #CC27CA

Text Example


Text Example

White with #CC27CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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