Html Css Color HEX #CC23C3 Deep Magenta

📋 copy color: '#CC23C3'

red 204 ◦ green 35 ◦ blue 195

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

Shades of Deep Magenta #CC23C3

Tints of Deep Magenta #CC23C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 47%
G = 8.06%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC23C3 (or 0xCC23C3) is known color: Deep Magenta. HEX triplet: CC, 23 and C3. RGB value is (204,35,195). Sum of RGB (Red+Green+Blue) = 204+35+195=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23C3 is #33DC3C. Grayscale: #676767. Windows color (decimal): -3398717 or 12788684. OLE color: 12788684.

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

Color convert

RGB 204 35 195 -
CMYK 0 0.83 0.04 0.2
HSL 303.2º 0.71% 0.47% -
HSV(B) 303.2º 0.83% 0.8% -
XYZ 35.35 17.98 53.24 -
YUV 103.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 204 35 195 0 0.83 0.04 0.2 303.2 0.71 0.47
Hex CC 23 C3 0 53 4 14 12F 47 2F
Octal 314 43 303 0 123 4 24 457 107 57
Binary 11001100 100011 11000011 0 1010011 100 10100 100101111 1000111 101111

Color Harmonies of #CC23C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23C3

Black with #CC23C3

Text Example


Text Example

White with #CC23C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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