Html Css Color HEX #C815CE Deep Magenta

📋 copy color: '#C815CE'

red 200 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C815CE

Tints of Deep Magenta #C815CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 46.84%
G = 4.92%
B = 48.24%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C815CE (or 0xC815CE) is known color: Deep Magenta. HEX triplet: C8, 15 and CE. RGB value is (200,21,206). Sum of RGB (Red+Green+Blue) = 200+21+206=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C815CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815CE is #37EA31. Grayscale: #5F5F5F. Windows color (decimal): -3664434 or 13505992. OLE color: 13505992.

HSL color Cylindrical-coordinate representation of color #C815CE: hue angle of 298.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C815CE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 21 206 -
CMYK 0.03 0.90 0 0.19
HSL 298.05º 0.81% 0.45% -
HSV(B) 298.05º 0.9% 0.81% -
XYZ 35.23 17.27 59.87 -
YUV 95.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 200 21 206 0.03 0.90 0 0.19 298.05 0.81 0.45
Hex C8 15 CE 3 5A 0 13 12A 51 2D
Octal 310 25 316 3 132 0 23 452 121 55
Binary 11001000 10101 11001110 11 1011010 0 10011 100101010 1010001 101101

Color Harmonies of #C815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815CE

Black with #C815CE

Text Example


Text Example

White with #C815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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