Html Css Color HEX #C925BE Deep Magenta

📋 copy color: '#C925BE'

red 201 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #C925BE

Tints of Deep Magenta #C925BE

RGB

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

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

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

R = 46.96%
G = 8.64%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C925BE (or 0xC925BE) is known color: Deep Magenta. HEX triplet: C9, 25 and BE. RGB value is (201,37,190). Sum of RGB (Red+Green+Blue) = 201+37+190=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C925BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925BE is #36DA41. Grayscale: #676767. Windows color (decimal): -3594818 or 12461513. OLE color: 12461513.

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

Color convert

RGB 201 37 190 -
CMYK 0 0.82 0.05 0.21
HSL 304.02º 0.69% 0.47% -
HSV(B) 304.02º 0.82% 0.79% -
XYZ 34.04 17.46 50.29 -
YUV 103.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 201 37 190 0 0.82 0.05 0.21 304.02 0.69 0.47
Hex C9 25 BE 0 52 5 15 130 45 2F
Octal 311 45 276 0 122 5 25 460 105 57
Binary 11001001 100101 10111110 0 1010010 101 10101 100110000 1000101 101111

Color Harmonies of #C925BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925BE

Black with #C925BE

Text Example


Text Example

White with #C925BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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