Html Css Color HEX #C218CC Deep Magenta

📋 copy color: '#C218CC'

red 194 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #C218CC

Tints of Deep Magenta #C218CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 45.97%
G = 5.69%
B = 48.34%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C218CC (or 0xC218CC) is known color: Deep Magenta. HEX triplet: C2, 18 and CC. RGB value is (194,24,204). Sum of RGB (Red+Green+Blue) = 194+24+204=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C218CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218CC is #3DE733. Grayscale: #5E5E5E. Windows color (decimal): -4056884 or 13375682. OLE color: 13375682.

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

Color convert

RGB 194 24 204 -
CMYK 0.05 0.88 0 0.2
HSL 296.67º 0.79% 0.45% -
HSV(B) 296.67º 0.88% 0.8% -
XYZ 33.47 16.48 58.54 -
YUV 95.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 194 24 204 0.05 0.88 0 0.2 296.67 0.79 0.45
Hex C2 18 CC 5 58 0 14 129 4F 2D
Octal 302 30 314 5 130 0 24 451 117 55
Binary 11000010 11000 11001100 101 1011000 0 10100 100101001 1001111 101101

Color Harmonies of #C218CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218CC

Black with #C218CC

Text Example


Text Example

White with #C218CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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