Html Css Color HEX #C915E4 Deep Magenta

📋 copy color: '#C915E4'

red 201 ◦ green 21 ◦ blue 228

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

Shades of Deep Magenta #C915E4

Tints of Deep Magenta #C915E4

RGB

 RED value IS 201 (78.91% from 255) = 44.67%

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

 BLUE value IS 228 (89.45% from 255) = 50.67%

R = 44.67%
G = 4.67%
B = 50.67%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C915E4 (or 0xC915E4) is known color: Deep Magenta. HEX triplet: C9, 15 and E4. RGB value is (201,21,228). Sum of RGB (Red+Green+Blue) = 201+21+228=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #C915E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915E4 is #36EA1B. Grayscale: #616161. Windows color (decimal): -3598876 or 14947785. OLE color: 14947785.

HSL color Cylindrical-coordinate representation of color #C915E4: hue angle of 292.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C915E4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 21 228 -
CMYK 0.12 0.91 0 0.11
HSL 292.17º 0.83% 0.49% -
HSV(B) 292.17º 0.91% 0.89% -
XYZ 38.36 18.56 74.96 -
YUV 98.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 201 21 228 0.12 0.91 0 0.11 292.17 0.83 0.49
Hex C9 15 E4 C 5B 0 B 124 53 31
Octal 311 25 344 14 133 0 13 444 123 61
Binary 11001001 10101 11100100 1100 1011011 0 1011 100100100 1010011 110001

Color Harmonies of #C915E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915E4

Black with #C915E4

Text Example


Text Example

White with #C915E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915E4; }

 p { color: rgb(201,21,228); }

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

background-color css

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

 a { background-color: rgb(201,21,228); }

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

border-color css

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

 span { border-color: rgb(201,21,228); }

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