Html Css Color HEX #CC23DE Deep Magenta

📋 copy color: '#CC23DE'

red 204 ◦ green 35 ◦ blue 222

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

Shades of Deep Magenta #CC23DE

Tints of Deep Magenta #CC23DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 44.25%
G = 7.59%
B = 48.16%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC23DE (or 0xCC23DE) is known color: Deep Magenta. HEX triplet: CC, 23 and DE. RGB value is (204,35,222). Sum of RGB (Red+Green+Blue) = 204+35+222=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23DE is #33DC21. Grayscale: #6A6A6A. Windows color (decimal): -3398690 or 14558156. OLE color: 14558156.

HSL color Cylindrical-coordinate representation of color #CC23DE: hue angle of 294.22º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC23DE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 35 222 -
CMYK 0.08 0.84 0 0.13
HSL 294.22º 0.74% 0.5% -
HSV(B) 294.22º 0.84% 0.87% -
XYZ 38.69 19.31 70.8 -
YUV 106.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 204 35 222 0.08 0.84 0 0.13 294.22 0.74 0.5
Hex CC 23 DE 8 54 0 D 126 4A 32
Octal 314 43 336 10 124 0 15 446 112 62
Binary 11001100 100011 11011110 1000 1010100 0 1101 100100110 1001010 110010

Color Harmonies of #CC23DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23DE

Black with #CC23DE

Text Example


Text Example

White with #CC23DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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