Html Css Color HEX #C223CD Deep Magenta

📋 copy color: '#C223CD'

red 194 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #C223CD

Tints of Deep Magenta #C223CD

RGB

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

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

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

R = 44.7%
G = 8.06%
B = 47.24%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C223CD (or 0xC223CD) is known color: Deep Magenta. HEX triplet: C2, 23 and CD. RGB value is (194,35,205). Sum of RGB (Red+Green+Blue) = 194+35+205=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C223CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223CD is #3DDC32. Grayscale: #656565. Windows color (decimal): -4054067 or 13444034. OLE color: 13444034.

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

Color convert

RGB 194 35 205 -
CMYK 0.05 0.83 0 0.20
HSL 296.12º 0.71% 0.47% -
HSV(B) 296.12º 0.83% 0.8% -
XYZ 33.87 17.08 59.27 -
YUV 101.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 194 35 205 0.05 0.83 0 0.20 296.12 0.71 0.47
Hex C2 23 CD 5 53 0 14 128 47 2F
Octal 302 43 315 5 123 0 24 450 107 57
Binary 11000010 100011 11001101 101 1010011 0 10100 100101000 1000111 101111

Color Harmonies of #C223CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223CD

Black with #C223CD

Text Example


Text Example

White with #C223CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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