Html Css Color HEX #C016CA Deep Magenta

📋 copy color: '#C016CA'

red 192 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #C016CA

Tints of Deep Magenta #C016CA

RGB

 RED value IS 192 (75.39% from 255) = 46.15%

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 46.15%
G = 5.29%
B = 48.56%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C016CA (or 0xC016CA) is known color: Deep Magenta. HEX triplet: C0, 16 and CA. RGB value is (192,22,202). Sum of RGB (Red+Green+Blue) = 192+22+202=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C016CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016CA is #3FE935. Grayscale: #5C5C5C. Windows color (decimal): -4188470 or 13244096. OLE color: 13244096.

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

Color convert

RGB 192 22 202 -
CMYK 0.05 0.89 0 0.21
HSL 296.67º 0.8% 0.44% -
HSV(B) 296.67º 0.89% 0.79% -
XYZ 32.69 16.04 57.25 -
YUV 93.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 192 22 202 0.05 0.89 0 0.21 296.67 0.8 0.44
Hex C0 16 CA 5 59 0 15 129 50 2C
Octal 300 26 312 5 131 0 25 451 120 54
Binary 11000000 10110 11001010 101 1011001 0 10101 100101001 1010000 101100

Color Harmonies of #C016CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016CA

Black with #C016CA

Text Example


Text Example

White with #C016CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016CA; }

 p { color: rgb(192,22,202); }

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

background-color css

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

 a { background-color: rgb(192,22,202); }

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

border-color css

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

 span { border-color: rgb(192,22,202); }

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