Html Css Color HEX #C916CF Deep Magenta

📋 copy color: '#C916CF'

red 201 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #C916CF

Tints of Deep Magenta #C916CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.12%

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

R = 46.74%
G = 5.12%
B = 48.14%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C916CF (or 0xC916CF) is known color: Deep Magenta. HEX triplet: C9, 16 and CF. RGB value is (201,22,207). Sum of RGB (Red+Green+Blue) = 201+22+207=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C916CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916CF is #36E930. Grayscale: #606060. Windows color (decimal): -3598641 or 13571785. OLE color: 13571785.

HSL color Cylindrical-coordinate representation of color #C916CF: hue angle of 298.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916CF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 22 207 -
CMYK 0.03 0.89 0 0.19
HSL 298.05º 0.81% 0.45% -
HSV(B) 298.05º 0.89% 0.81% -
XYZ 35.64 17.5 60.53 -
YUV 96.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 201 22 207 0.03 0.89 0 0.19 298.05 0.81 0.45
Hex C9 16 CF 3 59 0 13 12A 51 2D
Octal 311 26 317 3 131 0 23 452 121 55
Binary 11001001 10110 11001111 11 1011001 0 10011 100101010 1010001 101101

Color Harmonies of #C916CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916CF

Black with #C916CF

Text Example


Text Example

White with #C916CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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