Html Css Color HEX #C925BD Deep Magenta

📋 copy color: '#C925BD'

red 201 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #C925BD

Tints of Deep Magenta #C925BD

RGB

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

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

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

R = 47.07%
G = 8.67%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C925BD (or 0xC925BD) is known color: Deep Magenta. HEX triplet: C9, 25 and BD. RGB value is (201,37,189). Sum of RGB (Red+Green+Blue) = 201+37+189=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C925BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925BD is #36DA42. Grayscale: #666666. Windows color (decimal): -3594819 or 12395977. OLE color: 12395977.

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

Color convert

RGB 201 37 189 -
CMYK 0 0.82 0.06 0.21
HSL 304.39º 0.69% 0.47% -
HSV(B) 304.39º 0.82% 0.79% -
XYZ 33.93 17.41 49.72 -
YUV 103.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 201 37 189 0 0.82 0.06 0.21 304.39 0.69 0.47
Hex C9 25 BD 0 52 6 15 130 45 2F
Octal 311 45 275 0 122 6 25 460 105 57
Binary 11001001 100101 10111101 0 1010010 110 10101 100110000 1000101 101111

Color Harmonies of #C925BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925BD

Black with #C925BD

Text Example


Text Example

White with #C925BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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