Html Css Color HEX #C815CA Deep Magenta

📋 copy color: '#C815CA'

red 200 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #C815CA

Tints of Deep Magenta #C815CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

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

R = 47.28%
G = 4.96%
B = 47.75%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C815CA (or 0xC815CA) is known color: Deep Magenta. HEX triplet: C8, 15 and CA. RGB value is (200,21,202). Sum of RGB (Red+Green+Blue) = 200+21+202=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #C815CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815CA is #37EA35. Grayscale: #5E5E5E. Windows color (decimal): -3664438 or 13243848. OLE color: 13243848.

HSL color Cylindrical-coordinate representation of color #C815CA: hue angle of 299.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C815CA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 21 202 -
CMYK 0.01 0.90 0 0.21
HSL 299.34º 0.81% 0.44% -
HSV(B) 299.34º 0.9% 0.79% -
XYZ 34.75 17.08 57.34 -
YUV 95.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 200 21 202 0.01 0.90 0 0.21 299.34 0.81 0.44
Hex C8 15 CA 1 5A 0 15 12B 51 2C
Octal 310 25 312 1 132 0 25 453 121 54
Binary 11001000 10101 11001010 1 1011010 0 10101 100101011 1010001 101100

Color Harmonies of #C815CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815CA

Black with #C815CA

Text Example


Text Example

White with #C815CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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