Html Css Color HEX #C907BE Deep Magenta

📋 copy color: '#C907BE'

red 201 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #C907BE

Tints of Deep Magenta #C907BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 50.5%
G = 1.76%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C907BE (or 0xC907BE) is known color: Deep Magenta. HEX triplet: C9, 07 and BE. RGB value is (201,7,190). Sum of RGB (Red+Green+Blue) = 201+7+190=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C907BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907BE is #36F841. Grayscale: #555555. Windows color (decimal): -3602498 or 12453833. OLE color: 12453833.

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

Color convert

RGB 201 7 190 -
CMYK 0 0.97 0.05 0.21
HSL 303.4º 0.93% 0.41% -
HSV(B) 303.4º 0.97% 0.79% -
XYZ 33.46 16.29 50.1 -
YUV 85.87 186.77 210.12 -
System Red Green Blue C M Y K H S L
Decimal 201 7 190 0 0.97 0.05 0.21 303.4 0.93 0.41
Hex C9 7 BE 0 61 5 15 12F 5D 29
Octal 311 7 276 0 141 5 25 457 135 51
Binary 11001001 111 10111110 0 1100001 101 10101 100101111 1011101 101001

Color Harmonies of #C907BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907BE

Black with #C907BE

Text Example


Text Example

White with #C907BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907BE; }

 p { color: rgb(201,7,190); }

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

background-color css

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

 a { background-color: rgb(201,7,190); }

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

border-color css

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

 span { border-color: rgb(201,7,190); }

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