Html Css Color HEX #C223AF Deep Magenta

📋 copy color: '#C223AF'

red 194 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #C223AF

Tints of Deep Magenta #C223AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 48.02%
G = 8.66%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C223AF (or 0xC223AF) is known color: Deep Magenta. HEX triplet: C2, 23 and AF. RGB value is (194,35,175). Sum of RGB (Red+Green+Blue) = 194+35+175=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C223AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223AF is #3DDC50. Grayscale: #626262. Windows color (decimal): -4054097 or 11477954. OLE color: 11477954.

HSL color Cylindrical-coordinate representation of color #C223AF: hue angle of 307.17º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C223AF is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 175 -
CMYK 0 0.82 0.10 0.24
HSL 307.17º 0.69% 0.45% -
HSV(B) 307.17º 0.82% 0.76% -
XYZ 30.59 15.77 41.99 -
YUV 98.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 194 35 175 0 0.82 0.10 0.24 307.17 0.69 0.45
Hex C2 23 AF 0 52 A 18 133 45 2D
Octal 302 43 257 0 122 12 30 463 105 55
Binary 11000010 100011 10101111 0 1010010 1010 11000 100110011 1000101 101101

Color Harmonies of #C223AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223AF

Black with #C223AF

Text Example


Text Example

White with #C223AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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