Html Css Color HEX #C423CD Deep Magenta

📋 copy color: '#C423CD'

red 196 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #C423CD

Tints of Deep Magenta #C423CD

RGB

 RED value IS 196 (76.95% from 255) = 44.95%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 44.95%
G = 8.03%
B = 47.02%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C423CD (or 0xC423CD) is known color: Deep Magenta. HEX triplet: C4, 23 and CD. RGB value is (196,35,205). Sum of RGB (Red+Green+Blue) = 196+35+205=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #C423CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423CD is #3BDC32. Grayscale: #656565. Windows color (decimal): -3922995 or 13444036. OLE color: 13444036.

HSL color Cylindrical-coordinate representation of color #C423CD: hue angle of 296.82º 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 #C423CD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 35 205 -
CMYK 0.04 0.83 0 0.20
HSL 296.82º 0.71% 0.47% -
HSV(B) 296.82º 0.83% 0.8% -
XYZ 34.39 17.35 59.29 -
YUV 102.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 196 35 205 0.04 0.83 0 0.20 296.82 0.71 0.47
Hex C4 23 CD 4 53 0 14 129 47 2F
Octal 304 43 315 4 123 0 24 451 107 57
Binary 11000100 100011 11001101 100 1010011 0 10100 100101001 1000111 101111

Color Harmonies of #C423CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423CD

Black with #C423CD

Text Example


Text Example

White with #C423CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423CD; }

 p { color: rgb(196,35,205); }

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

background-color css

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

 a { background-color: rgb(196,35,205); }

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

border-color css

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

 span { border-color: rgb(196,35,205); }

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