Html Css Color HEX #C914CE Deep Magenta

📋 copy color: '#C914CE'

red 201 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #C914CE

Tints of Deep Magenta #C914CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.68%

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

R = 47.07%
G = 4.68%
B = 48.24%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C914CE (or 0xC914CE) is known color: Deep Magenta. HEX triplet: C9, 14 and CE. RGB value is (201,20,206). Sum of RGB (Red+Green+Blue) = 201+20+206=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C914CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914CE is #36EB31. Grayscale: #5E5E5E. Windows color (decimal): -3599154 or 13505737. OLE color: 13505737.

HSL color Cylindrical-coordinate representation of color #C914CE: hue angle of 298.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914CE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 20 206 -
CMYK 0.02 0.90 0 0.19
HSL 298.39º 0.82% 0.44% -
HSV(B) 298.39º 0.9% 0.81% -
XYZ 35.48 17.37 59.88 -
YUV 95.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 201 20 206 0.02 0.90 0 0.19 298.39 0.82 0.44
Hex C9 14 CE 2 5A 0 13 12A 52 2C
Octal 311 24 316 2 132 0 23 452 122 54
Binary 11001001 10100 11001110 10 1011010 0 10011 100101010 1010010 101100

Color Harmonies of #C914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914CE

Black with #C914CE

Text Example


Text Example

White with #C914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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