Html Css Color HEX #C915CA Deep Magenta

📋 copy color: '#C915CA'

red 201 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #C915CA

Tints of Deep Magenta #C915CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 47.41%
G = 4.95%
B = 47.64%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C915CA (or 0xC915CA) is known color: Deep Magenta. HEX triplet: C9, 15 and CA. RGB value is (201,21,202). Sum of RGB (Red+Green+Blue) = 201+21+202=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #C915CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915CA is #36EA35. Grayscale: #5E5E5E. Windows color (decimal): -3598902 or 13243849. OLE color: 13243849.

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

Color convert

RGB 201 21 202 -
CMYK 0.00 0.90 0 0.21
HSL 299.67º 0.81% 0.44% -
HSV(B) 299.67º 0.9% 0.79% -
XYZ 35.02 17.22 57.35 -
YUV 95.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 201 21 202 0.00 0.90 0 0.21 299.67 0.81 0.44
Hex C9 15 CA 0 5A 0 15 12C 51 2C
Octal 311 25 312 0 132 0 25 454 121 54
Binary 11001001 10101 11001010 0 1011010 0 10101 100101100 1010001 101100

Color Harmonies of #C915CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915CA

Black with #C915CA

Text Example


Text Example

White with #C915CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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