Html Css Color HEX #C90FCA Deep Magenta

📋 copy color: '#C90FCA'

red 201 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #C90FCA

Tints of Deep Magenta #C90FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.59%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 48.09%
G = 3.59%
B = 48.33%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C90FCA (or 0xC90FCA) is known color: Deep Magenta. HEX triplet: C9, 0F and CA. RGB value is (201,15,202). Sum of RGB (Red+Green+Blue) = 201+15+202=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #C90FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCA is #36F035. Grayscale: #5B5B5B. Windows color (decimal): -3600438 or 13242313. OLE color: 13242313.

HSL color Cylindrical-coordinate representation of color #C90FCA: hue angle of 299.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FCA is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 202 -
CMYK 0.00 0.93 0 0.21
HSL 299.68º 0.86% 0.43% -
HSV(B) 299.68º 0.93% 0.79% -
XYZ 34.92 17.02 57.32 -
YUV 91.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 201 15 202 0.00 0.93 0 0.21 299.68 0.86 0.43
Hex C9 F CA 0 5D 0 15 12C 56 2B
Octal 311 17 312 0 135 0 25 454 126 53
Binary 11001001 1111 11001010 0 1011101 0 10101 100101100 1010110 101011

Color Harmonies of #C90FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FCA

Black with #C90FCA

Text Example


Text Example

White with #C90FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FCA; }

 p { color: rgb(201,15,202); }

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

background-color css

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

 a { background-color: rgb(201,15,202); }

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

border-color css

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

 span { border-color: rgb(201,15,202); }

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