Html Css Color HEX #C90FCB Deep Magenta

📋 copy color: '#C90FCB'

red 201 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #C90FCB

Tints of Deep Magenta #C90FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 47.97%
G = 3.58%
B = 48.45%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90FCB (or 0xC90FCB) is known color: Deep Magenta. HEX triplet: C9, 0F and CB. RGB value is (201,15,203). Sum of RGB (Red+Green+Blue) = 201+15+203=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C90FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCB is #36F034. Grayscale: #5B5B5B. Windows color (decimal): -3600437 or 13307849. OLE color: 13307849.

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

Color convert

RGB 201 15 203 -
CMYK 0.01 0.93 0 0.20
HSL 299.36º 0.86% 0.43% -
HSV(B) 299.36º 0.93% 0.8% -
XYZ 35.04 17.07 57.95 -
YUV 92.05 190.62 205.71 -
System Red Green Blue C M Y K H S L
Decimal 201 15 203 0.01 0.93 0 0.20 299.36 0.86 0.43
Hex C9 F CB 1 5D 0 14 12B 56 2B
Octal 311 17 313 1 135 0 24 453 126 53
Binary 11001001 1111 11001011 1 1011101 0 10100 100101011 1010110 101011

Color Harmonies of #C90FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FCB

Black with #C90FCB

Text Example


Text Example

White with #C90FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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