Html Css Color HEX #C815CB Deep Magenta

📋 copy color: '#C815CB'

red 200 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C815CB

Tints of Deep Magenta #C815CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 47.17%
G = 4.95%
B = 47.88%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C815CB (or 0xC815CB) is known color: Deep Magenta. HEX triplet: C8, 15 and CB. RGB value is (200,21,203). Sum of RGB (Red+Green+Blue) = 200+21+203=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C815CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815CB is #37EA34. Grayscale: #5E5E5E. Windows color (decimal): -3664437 or 13309384. OLE color: 13309384.

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

Color convert

RGB 200 21 203 -
CMYK 0.01 0.90 0 0.20
HSL 299.01º 0.81% 0.44% -
HSV(B) 299.01º 0.9% 0.8% -
XYZ 34.87 17.13 57.97 -
YUV 95.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 200 21 203 0.01 0.90 0 0.20 299.01 0.81 0.44
Hex C8 15 CB 1 5A 0 14 12B 51 2C
Octal 310 25 313 1 132 0 24 453 121 54
Binary 11001000 10101 11001011 1 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #C815CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815CB

Black with #C815CB

Text Example


Text Example

White with #C815CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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