Html Css Color HEX #C218CD Deep Magenta

📋 copy color: '#C218CD'

red 194 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #C218CD

Tints of Deep Magenta #C218CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.67%

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

R = 45.86%
G = 5.67%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C218CD (or 0xC218CD) is known color: Deep Magenta. HEX triplet: C2, 18 and CD. RGB value is (194,24,205). Sum of RGB (Red+Green+Blue) = 194+24+205=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C218CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218CD is #3DE732. Grayscale: #5E5E5E. Windows color (decimal): -4056883 or 13441218. OLE color: 13441218.

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

Color convert

RGB 194 24 205 -
CMYK 0.05 0.88 0 0.20
HSL 296.35º 0.79% 0.45% -
HSV(B) 296.35º 0.88% 0.8% -
XYZ 33.59 16.53 59.18 -
YUV 95.46 189.82 198.28 -
System Red Green Blue C M Y K H S L
Decimal 194 24 205 0.05 0.88 0 0.20 296.35 0.79 0.45
Hex C2 18 CD 5 58 0 14 128 4F 2D
Octal 302 30 315 5 130 0 24 450 117 55
Binary 11000010 11000 11001101 101 1011000 0 10100 100101000 1001111 101101

Color Harmonies of #C218CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218CD

Black with #C218CD

Text Example


Text Example

White with #C218CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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