Html Css Color HEX #C915CF Deep Magenta

📋 copy color: '#C915CF'

red 201 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #C915CF

Tints of Deep Magenta #C915CF

RGB

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

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

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

R = 46.85%
G = 4.9%
B = 48.25%

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

#C915CF (or 0xC915CF) is known color: Deep Magenta. HEX triplet: C9, 15 and CF. RGB value is (201,21,207). Sum of RGB (Red+Green+Blue) = 201+21+207=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C915CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915CF is #36EA30. Grayscale: #5F5F5F. Windows color (decimal): -3598897 or 13571529. OLE color: 13571529.

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

Color convert

RGB 201 21 207 -
CMYK 0.03 0.90 0 0.19
HSL 298.06º 0.82% 0.45% -
HSV(B) 298.06º 0.9% 0.81% -
XYZ 35.62 17.46 60.52 -
YUV 96.02 190.63 202.88 -
System Red Green Blue C M Y K H S L
Decimal 201 21 207 0.03 0.90 0 0.19 298.06 0.82 0.45
Hex C9 15 CF 3 5A 0 13 12A 52 2D
Octal 311 25 317 3 132 0 23 452 122 55
Binary 11001001 10101 11001111 11 1011010 0 10011 100101010 1010010 101101

Color Harmonies of #C915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915CF

Black with #C915CF

Text Example


Text Example

White with #C915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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