Html Css Color HEX #C216CC Deep Magenta

📋 copy color: '#C216CC'

red 194 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #C216CC

Tints of Deep Magenta #C216CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.24%

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

R = 46.19%
G = 5.24%
B = 48.57%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C216CC (or 0xC216CC) is known color: Deep Magenta. HEX triplet: C2, 16 and CC. RGB value is (194,22,204). Sum of RGB (Red+Green+Blue) = 194+22+204=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C216CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216CC is #3DE933. Grayscale: #5D5D5D. Windows color (decimal): -4057396 or 13375170. OLE color: 13375170.

HSL color Cylindrical-coordinate representation of color #C216CC: hue angle of 296.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216CC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 22 204 -
CMYK 0.05 0.89 0 0.2
HSL 296.7º 0.81% 0.44% -
HSV(B) 296.7º 0.89% 0.8% -
XYZ 33.43 16.4 58.53 -
YUV 94.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 194 22 204 0.05 0.89 0 0.2 296.7 0.81 0.44
Hex C2 16 CC 5 59 0 14 129 51 2C
Octal 302 26 314 5 131 0 24 451 121 54
Binary 11000010 10110 11001100 101 1011001 0 10100 100101001 1010001 101100

Color Harmonies of #C216CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216CC

Black with #C216CC

Text Example


Text Example

White with #C216CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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