Html Css Color HEX #CC23D9 Deep Magenta

📋 copy color: '#CC23D9'

red 204 ◦ green 35 ◦ blue 217

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

Shades of Deep Magenta #CC23D9

Tints of Deep Magenta #CC23D9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.68%

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 44.74%
G = 7.68%
B = 47.59%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC23D9 (or 0xCC23D9) is known color: Deep Magenta. HEX triplet: CC, 23 and D9. RGB value is (204,35,217). Sum of RGB (Red+Green+Blue) = 204+35+217=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23D9 is #33DC26. Grayscale: #696969. Windows color (decimal): -3398695 or 14230476. OLE color: 14230476.

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

Color convert

RGB 204 35 217 -
CMYK 0.06 0.84 0 0.15
HSL 295.71º 0.72% 0.49% -
HSV(B) 295.71º 0.84% 0.85% -
XYZ 38.03 19.05 67.32 -
YUV 106.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 204 35 217 0.06 0.84 0 0.15 295.71 0.72 0.49
Hex CC 23 D9 6 54 0 F 128 48 31
Octal 314 43 331 6 124 0 17 450 110 61
Binary 11001100 100011 11011001 110 1010100 0 1111 100101000 1001000 110001

Color Harmonies of #CC23D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23D9

Black with #CC23D9

Text Example


Text Example

White with #CC23D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23D9; }

 p { color: rgb(204,35,217); }

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

background-color css

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

 a { background-color: rgb(204,35,217); }

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

border-color css

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

 span { border-color: rgb(204,35,217); }

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