Html Css Color HEX #C90CBB Deep Magenta

📋 copy color: '#C90CBB'

red 201 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #C90CBB

Tints of Deep Magenta #C90CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 50.25%
G = 3%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C90CBB (or 0xC90CBB) is known color: Deep Magenta. HEX triplet: C9, 0C and BB. RGB value is (201,12,187). Sum of RGB (Red+Green+Blue) = 201+12+187=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CBB is #36F344. Grayscale: #575757. Windows color (decimal): -3601221 or 12258505. OLE color: 12258505.

HSL color Cylindrical-coordinate representation of color #C90CBB: hue angle of 304.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CBB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 187 -
CMYK 0 0.94 0.07 0.21
HSL 304.44º 0.89% 0.42% -
HSV(B) 304.44º 0.94% 0.79% -
XYZ 33.19 16.27 48.4 -
YUV 88.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 201 12 187 0 0.94 0.07 0.21 304.44 0.89 0.42
Hex C9 C BB 0 5E 7 15 130 59 2A
Octal 311 14 273 0 136 7 25 460 131 52
Binary 11001001 1100 10111011 0 1011110 111 10101 100110000 1011001 101010

Color Harmonies of #C90CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CBB

Black with #C90CBB

Text Example


Text Example

White with #C90CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CBB; }

 p { color: rgb(201,12,187); }

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

background-color css

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

 a { background-color: rgb(201,12,187); }

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

border-color css

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

 span { border-color: rgb(201,12,187); }

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