Html Css Color HEX #C815CF Deep Magenta

📋 copy color: '#C815CF'

red 200 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #C815CF

Tints of Deep Magenta #C815CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 46.73%
G = 4.91%
B = 48.36%

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

#C815CF (or 0xC815CF) is known color: Deep Magenta. HEX triplet: C8, 15 and CF. RGB value is (200,21,207). Sum of RGB (Red+Green+Blue) = 200+21+207=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C815CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815CF is #37EA30. Grayscale: #5F5F5F. Windows color (decimal): -3664433 or 13571528. OLE color: 13571528.

HSL color Cylindrical-coordinate representation of color #C815CF: hue angle of 297.74º degrees, saturation: 0.82, 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 #C815CF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 21 207 -
CMYK 0.03 0.90 0 0.19
HSL 297.74º 0.82% 0.45% -
HSV(B) 297.74º 0.9% 0.81% -
XYZ 35.35 17.32 60.51 -
YUV 95.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 200 21 207 0.03 0.90 0 0.19 297.74 0.82 0.45
Hex C8 15 CF 3 5A 0 13 12A 52 2D
Octal 310 25 317 3 132 0 23 452 122 55
Binary 11001000 10101 11001111 11 1011010 0 10011 100101010 1010010 101101

Color Harmonies of #C815CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815CF

Black with #C815CF

Text Example


Text Example

White with #C815CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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