Html Css Color HEX #C919CF Deep Magenta

📋 copy color: '#C919CF'

red 201 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #C919CF

Tints of Deep Magenta #C919CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

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

R = 46.42%
G = 5.77%
B = 47.81%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C919CF (or 0xC919CF) is known color: Deep Magenta. HEX triplet: C9, 19 and CF. RGB value is (201,25,207). Sum of RGB (Red+Green+Blue) = 201+25+207=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C919CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CF is #36E630. Grayscale: #616161. Windows color (decimal): -3597873 or 13572553. OLE color: 13572553.

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

Color convert

RGB 201 25 207 -
CMYK 0.03 0.88 0 0.19
HSL 298.02º 0.78% 0.45% -
HSV(B) 298.02º 0.88% 0.81% -
XYZ 35.7 17.62 60.55 -
YUV 98.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 201 25 207 0.03 0.88 0 0.19 298.02 0.78 0.45
Hex C9 19 CF 3 58 0 13 12A 4E 2D
Octal 311 31 317 3 130 0 23 452 116 55
Binary 11001001 11001 11001111 11 1011000 0 10011 100101010 1001110 101101

Color Harmonies of #C919CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919CF

Black with #C919CF

Text Example


Text Example

White with #C919CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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