Html Css Color HEX #C423DE Deep Magenta

📋 copy color: '#C423DE'

red 196 ◦ green 35 ◦ blue 222

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

Shades of Deep Magenta #C423DE

Tints of Deep Magenta #C423DE

RGB

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

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

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

R = 43.27%
G = 7.73%
B = 49.01%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C423DE (or 0xC423DE) is known color: Deep Magenta. HEX triplet: C4, 23 and DE. RGB value is (196,35,222). Sum of RGB (Red+Green+Blue) = 196+35+222=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #C423DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423DE is #3BDC21. Grayscale: #676767. Windows color (decimal): -3922978 or 14558148. OLE color: 14558148.

HSL color Cylindrical-coordinate representation of color #C423DE: hue angle of 291.66º 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 #C423DE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 35 222 -
CMYK 0.12 0.84 0 0.13
HSL 291.66º 0.74% 0.5% -
HSV(B) 291.66º 0.84% 0.87% -
XYZ 36.55 18.21 70.7 -
YUV 104.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 196 35 222 0.12 0.84 0 0.13 291.66 0.74 0.5
Hex C4 23 DE C 54 0 D 124 4A 32
Octal 304 43 336 14 124 0 15 444 112 62
Binary 11000100 100011 11011110 1100 1010100 0 1101 100100100 1001010 110010

Color Harmonies of #C423DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423DE

Black with #C423DE

Text Example


Text Example

White with #C423DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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