Html Css Color HEX #C907BD Deep Magenta

📋 copy color: '#C907BD'

red 201 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #C907BD

Tints of Deep Magenta #C907BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 50.63%
G = 1.76%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C907BD (or 0xC907BD) is known color: Deep Magenta. HEX triplet: C9, 07 and BD. RGB value is (201,7,189). Sum of RGB (Red+Green+Blue) = 201+7+189=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C907BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907BD is #36F842. Grayscale: #555555. Windows color (decimal): -3602499 or 12388297. OLE color: 12388297.

HSL color Cylindrical-coordinate representation of color #C907BD: hue angle of 303.71º 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 #C907BD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 189 -
CMYK 0 0.97 0.06 0.21
HSL 303.71º 0.93% 0.41% -
HSV(B) 303.71º 0.97% 0.79% -
XYZ 33.35 16.24 49.52 -
YUV 85.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 201 7 189 0 0.97 0.06 0.21 303.71 0.93 0.41
Hex C9 7 BD 0 61 6 15 130 5D 29
Octal 311 7 275 0 141 6 25 460 135 51
Binary 11001001 111 10111101 0 1100001 110 10101 100110000 1011101 101001

Color Harmonies of #C907BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907BD

Black with #C907BD

Text Example


Text Example

White with #C907BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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