Html Css Color HEX #C223DB Deep Magenta

📋 copy color: '#C223DB'

red 194 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #C223DB

Tints of Deep Magenta #C223DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 43.3%
G = 7.81%
B = 48.88%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C223DB (or 0xC223DB) is known color: Deep Magenta. HEX triplet: C2, 23 and DB. RGB value is (194,35,219). Sum of RGB (Red+Green+Blue) = 194+35+219=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C223DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223DB is #3DDC24. Grayscale: #666666. Windows color (decimal): -4054053 or 14361538. OLE color: 14361538.

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

Color convert

RGB 194 35 219 -
CMYK 0.11 0.84 0 0.14
HSL 291.85º 0.72% 0.5% -
HSV(B) 291.85º 0.84% 0.86% -
XYZ 35.64 17.79 68.57 -
YUV 103.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 194 35 219 0.11 0.84 0 0.14 291.85 0.72 0.5
Hex C2 23 DB B 54 0 E 124 48 32
Octal 302 43 333 13 124 0 16 444 110 62
Binary 11000010 100011 11011011 1011 1010100 0 1110 100100100 1001000 110010

Color Harmonies of #C223DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223DB

Black with #C223DB

Text Example


Text Example

White with #C223DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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