Html Css Color HEX #C816CA Deep Magenta

📋 copy color: '#C816CA'

red 200 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #C816CA

Tints of Deep Magenta #C816CA

RGB

 RED value IS 200 (78.52% from 255) = 47.17%

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

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

R = 47.17%
G = 5.19%
B = 47.64%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C816CA (or 0xC816CA) is known color: Deep Magenta. HEX triplet: C8, 16 and CA. RGB value is (200,22,202). Sum of RGB (Red+Green+Blue) = 200+22+202=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #C816CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816CA is #37E935. Grayscale: #5F5F5F. Windows color (decimal): -3664182 or 13244104. OLE color: 13244104.

HSL color Cylindrical-coordinate representation of color #C816CA: hue angle of 299.33º 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 #C816CA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 22 202 -
CMYK 0.01 0.89 0 0.21
HSL 299.33º 0.8% 0.44% -
HSV(B) 299.33º 0.89% 0.79% -
XYZ 34.77 17.12 57.35 -
YUV 95.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 200 22 202 0.01 0.89 0 0.21 299.33 0.8 0.44
Hex C8 16 CA 1 59 0 15 12B 50 2C
Octal 310 26 312 1 131 0 25 453 120 54
Binary 11001000 10110 11001010 1 1011001 0 10101 100101011 1010000 101100

Color Harmonies of #C816CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816CA

Black with #C816CA

Text Example


Text Example

White with #C816CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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