Html Css Color HEX #C918CE Deep Magenta

📋 copy color: '#C918CE'

red 201 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #C918CE

Tints of Deep Magenta #C918CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 46.64%
G = 5.57%
B = 47.8%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C918CE (or 0xC918CE) is known color: Deep Magenta. HEX triplet: C9, 18 and CE. RGB value is (201,24,206). Sum of RGB (Red+Green+Blue) = 201+24+206=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C918CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918CE is #36E731. Grayscale: #616161. Windows color (decimal): -3598130 or 13506761. OLE color: 13506761.

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

Color convert

RGB 201 24 206 -
CMYK 0.02 0.88 0 0.19
HSL 298.35º 0.79% 0.45% -
HSV(B) 298.35º 0.88% 0.81% -
XYZ 35.55 17.53 59.9 -
YUV 97.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 201 24 206 0.02 0.88 0 0.19 298.35 0.79 0.45
Hex C9 18 CE 2 58 0 13 12A 4F 2D
Octal 311 30 316 2 130 0 23 452 117 55
Binary 11001001 11000 11001110 10 1011000 0 10011 100101010 1001111 101101

Color Harmonies of #C918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918CE

Black with #C918CE

Text Example


Text Example

White with #C918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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