Html Css Color HEX #C925C0 Deep Magenta

📋 copy color: '#C925C0'

red 201 ◦ green 37 ◦ blue 192

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

Shades of Deep Magenta #C925C0

Tints of Deep Magenta #C925C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 46.74%
G = 8.6%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C925C0 (or 0xC925C0) is known color: Deep Magenta. HEX triplet: C9, 25 and C0. RGB value is (201,37,192). Sum of RGB (Red+Green+Blue) = 201+37+192=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C925C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925C0 is #36DA3F. Grayscale: #676767. Windows color (decimal): -3594816 or 12592585. OLE color: 12592585.

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

Color convert

RGB 201 37 192 -
CMYK 0 0.82 0.04 0.21
HSL 303.29º 0.69% 0.47% -
HSV(B) 303.29º 0.82% 0.79% -
XYZ 34.26 17.55 51.45 -
YUV 103.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 201 37 192 0 0.82 0.04 0.21 303.29 0.69 0.47
Hex C9 25 C0 0 52 4 15 12F 45 2F
Octal 311 45 300 0 122 4 25 457 105 57
Binary 11001001 100101 11000000 0 1010010 100 10101 100101111 1000101 101111

Color Harmonies of #C925C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925C0

Black with #C925C0

Text Example


Text Example

White with #C925C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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