Html Css Color HEX #C918CF Deep Magenta

📋 copy color: '#C918CF'

red 201 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #C918CF

Tints of Deep Magenta #C918CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.56%

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

R = 46.53%
G = 5.56%
B = 47.92%

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

#C918CF (or 0xC918CF) is known color: Deep Magenta. HEX triplet: C9, 18 and CF. RGB value is (201,24,207). Sum of RGB (Red+Green+Blue) = 201+24+207=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C918CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918CF is #36E730. Grayscale: #616161. Windows color (decimal): -3598129 or 13572297. OLE color: 13572297.

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

Color convert

RGB 201 24 207 -
CMYK 0.03 0.88 0 0.19
HSL 298.03º 0.79% 0.45% -
HSV(B) 298.03º 0.88% 0.81% -
XYZ 35.68 17.58 60.54 -
YUV 97.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 201 24 207 0.03 0.88 0 0.19 298.03 0.79 0.45
Hex C9 18 CF 3 58 0 13 12A 4F 2D
Octal 311 30 317 3 130 0 23 452 117 55
Binary 11001001 11000 11001111 11 1011000 0 10011 100101010 1001111 101101

Color Harmonies of #C918CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918CF

Black with #C918CF

Text Example


Text Example

White with #C918CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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