Html Css Color HEX #CC23CE Deep Magenta

📋 copy color: '#CC23CE'

red 204 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #CC23CE

Tints of Deep Magenta #CC23CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 45.84%
G = 7.87%
B = 46.29%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC23CE (or 0xCC23CE) is known color: Deep Magenta. HEX triplet: CC, 23 and CE. RGB value is (204,35,206). Sum of RGB (Red+Green+Blue) = 204+35+206=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23CE is #33DC31. Grayscale: #686868. Windows color (decimal): -3398706 or 13509580. OLE color: 13509580.

HSL color Cylindrical-coordinate representation of color #CC23CE: hue angle of 299.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23CE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 35 206 -
CMYK 0.01 0.83 0 0.19
HSL 299.3º 0.71% 0.47% -
HSV(B) 299.3º 0.83% 0.81% -
XYZ 36.64 18.5 60.03 -
YUV 105.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 204 35 206 0.01 0.83 0 0.19 299.3 0.71 0.47
Hex CC 23 CE 1 53 0 13 12B 47 2F
Octal 314 43 316 1 123 0 23 453 107 57
Binary 11001100 100011 11001110 1 1010011 0 10011 100101011 1000111 101111

Color Harmonies of #CC23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23CE

Black with #CC23CE

Text Example


Text Example

White with #CC23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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