Html Css Color HEX #C224CD Deep Magenta

📋 copy color: '#C224CD'

red 194 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #C224CD

Tints of Deep Magenta #C224CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.28%

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

R = 44.6%
G = 8.28%
B = 47.13%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C224CD (or 0xC224CD) is known color: Deep Magenta. HEX triplet: C2, 24 and CD. RGB value is (194,36,205). Sum of RGB (Red+Green+Blue) = 194+36+205=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C224CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224CD is #3DDB32. Grayscale: #656565. Windows color (decimal): -4053811 or 13444290. OLE color: 13444290.

HSL color Cylindrical-coordinate representation of color #C224CD: hue angle of 296.09º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C224CD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 36 205 -
CMYK 0.05 0.82 0 0.20
HSL 296.09º 0.7% 0.47% -
HSV(B) 296.09º 0.82% 0.8% -
XYZ 33.9 17.14 59.28 -
YUV 102.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 194 36 205 0.05 0.82 0 0.20 296.09 0.7 0.47
Hex C2 24 CD 5 52 0 14 128 46 2F
Octal 302 44 315 5 122 0 24 450 106 57
Binary 11000010 100100 11001101 101 1010010 0 10100 100101000 1000110 101111

Color Harmonies of #C224CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224CD

Black with #C224CD

Text Example


Text Example

White with #C224CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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