Html Css Color HEX #C223DA Deep Magenta

📋 copy color: '#C223DA'

red 194 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #C223DA

Tints of Deep Magenta #C223DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 43.4%
G = 7.83%
B = 48.77%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C223DA (or 0xC223DA) is known color: Deep Magenta. HEX triplet: C2, 23 and DA. RGB value is (194,35,218). Sum of RGB (Red+Green+Blue) = 194+35+218=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C223DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223DA is #3DDC25. Grayscale: #666666. Windows color (decimal): -4054054 or 14296002. OLE color: 14296002.

HSL color Cylindrical-coordinate representation of color #C223DA: hue angle of 292.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C223DA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 35 218 -
CMYK 0.11 0.84 0 0.15
HSL 292.13º 0.72% 0.5% -
HSV(B) 292.13º 0.84% 0.85% -
XYZ 35.5 17.73 67.88 -
YUV 103.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 194 35 218 0.11 0.84 0 0.15 292.13 0.72 0.5
Hex C2 23 DA B 54 0 F 124 48 32
Octal 302 43 332 13 124 0 17 444 110 62
Binary 11000010 100011 11011010 1011 1010100 0 1111 100100100 1001000 110010

Color Harmonies of #C223DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223DA

Black with #C223DA

Text Example


Text Example

White with #C223DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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