Html Css Color HEX #CC23D3 Deep Magenta

📋 copy color: '#CC23D3'

red 204 ◦ green 35 ◦ blue 211

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

Shades of Deep Magenta #CC23D3

Tints of Deep Magenta #CC23D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 45.33%
G = 7.78%
B = 46.89%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC23D3 (or 0xCC23D3) is known color: Deep Magenta. HEX triplet: CC, 23 and D3. RGB value is (204,35,211). Sum of RGB (Red+Green+Blue) = 204+35+211=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC23D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23D3 is #33DC2C. Grayscale: #696969. Windows color (decimal): -3398701 or 13837260. OLE color: 13837260.

HSL color Cylindrical-coordinate representation of color #CC23D3: hue angle of 297.61º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23D3 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 35 211 -
CMYK 0.03 0.83 0 0.17
HSL 297.61º 0.72% 0.48% -
HSV(B) 297.61º 0.83% 0.83% -
XYZ 37.26 18.74 63.28 -
YUV 105.6 187.49 198.19 -
System Red Green Blue C M Y K H S L
Decimal 204 35 211 0.03 0.83 0 0.17 297.61 0.72 0.48
Hex CC 23 D3 3 53 0 11 12A 48 30
Octal 314 43 323 3 123 0 21 452 110 60
Binary 11001100 100011 11010011 11 1010011 0 10001 100101010 1001000 110000

Color Harmonies of #CC23D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23D3

Black with #CC23D3

Text Example


Text Example

White with #CC23D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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