Html Css Color HEX #C925BB Deep Magenta

📋 copy color: '#C925BB'

red 201 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #C925BB

Tints of Deep Magenta #C925BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

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

R = 47.29%
G = 8.71%
B = 44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C925BB (or 0xC925BB) is known color: Deep Magenta. HEX triplet: C9, 25 and BB. RGB value is (201,37,187). Sum of RGB (Red+Green+Blue) = 201+37+187=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C925BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925BB is #36DA44. Grayscale: #666666. Windows color (decimal): -3594821 or 12264905. OLE color: 12264905.

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

Color convert

RGB 201 37 187 -
CMYK 0 0.82 0.07 0.21
HSL 305.12º 0.69% 0.47% -
HSV(B) 305.12º 0.82% 0.79% -
XYZ 33.72 17.33 48.58 -
YUV 103.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 201 37 187 0 0.82 0.07 0.21 305.12 0.69 0.47
Hex C9 25 BB 0 52 7 15 131 45 2F
Octal 311 45 273 0 122 7 25 461 105 57
Binary 11001001 100101 10111011 0 1010010 111 10101 100110001 1000101 101111

Color Harmonies of #C925BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925BB

Black with #C925BB

Text Example


Text Example

White with #C925BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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