Html Css Color HEX #C223DF Deep Magenta

📋 copy color: '#C223DF'

red 194 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #C223DF

Tints of Deep Magenta #C223DF

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 42.92%
G = 7.74%
B = 49.34%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C223DF (or 0xC223DF) is known color: Deep Magenta. HEX triplet: C2, 23 and DF. RGB value is (194,35,223). Sum of RGB (Red+Green+Blue) = 194+35+223=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #C223DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223DF is #3DDC20. Grayscale: #676767. Windows color (decimal): -4054049 or 14623682. OLE color: 14623682.

HSL color Cylindrical-coordinate representation of color #C223DF: hue angle of 290.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C223DF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 35 223 -
CMYK 0.13 0.84 0 0.13
HSL 290.74º 0.75% 0.51% -
HSV(B) 290.74º 0.84% 0.87% -
XYZ 36.17 18 71.38 -
YUV 103.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 194 35 223 0.13 0.84 0 0.13 290.74 0.75 0.51
Hex C2 23 DF D 54 0 D 123 4B 33
Octal 302 43 337 15 124 0 15 443 113 63
Binary 11000010 100011 11011111 1101 1010100 0 1101 100100011 1001011 110011

Color Harmonies of #C223DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223DF

Black with #C223DF

Text Example


Text Example

White with #C223DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223DF; }

 p { color: rgb(194,35,223); }

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

background-color css

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

 a { background-color: rgb(194,35,223); }

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

border-color css

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

 span { border-color: rgb(194,35,223); }

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