Html Css Color HEX #C815C0 Deep Magenta

📋 copy color: '#C815C0'

red 200 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #C815C0

Tints of Deep Magenta #C815C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 48.43%
G = 5.08%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C815C0 (or 0xC815C0) is known color: Deep Magenta. HEX triplet: C8, 15 and C0. RGB value is (200,21,192). Sum of RGB (Red+Green+Blue) = 200+21+192=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C815C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815C0 is #37EA3F. Grayscale: #5D5D5D. Windows color (decimal): -3664448 or 12588488. OLE color: 12588488.

HSL color Cylindrical-coordinate representation of color #C815C0: hue angle of 302.68º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C815C0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 192 -
CMYK 0 0.90 0.04 0.22
HSL 302.68º 0.81% 0.43% -
HSV(B) 302.68º 0.9% 0.78% -
XYZ 33.6 16.62 51.31 -
YUV 94.02 183.3 203.6 -
System Red Green Blue C M Y K H S L
Decimal 200 21 192 0 0.90 0.04 0.22 302.68 0.81 0.43
Hex C8 15 C0 0 5A 4 16 12F 51 2B
Octal 310 25 300 0 132 4 26 457 121 53
Binary 11001000 10101 11000000 0 1011010 100 10110 100101111 1010001 101011

Color Harmonies of #C815C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815C0

Black with #C815C0

Text Example


Text Example

White with #C815C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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