Html Css Color HEX #C925CE Deep Magenta

📋 copy color: '#C925CE'

red 201 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C925CE

Tints of Deep Magenta #C925CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 45.27%
G = 8.33%
B = 46.4%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C925CE (or 0xC925CE) is known color: Deep Magenta. HEX triplet: C9, 25 and CE. RGB value is (201,37,206). Sum of RGB (Red+Green+Blue) = 201+37+206=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #C925CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925CE is #36DA31. Grayscale: #686868. Windows color (decimal): -3594802 or 13510089. OLE color: 13510089.

HSL color Cylindrical-coordinate representation of color #C925CE: hue angle of 298.22º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925CE is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 37 206 -
CMYK 0.02 0.82 0 0.19
HSL 298.22º 0.7% 0.48% -
HSV(B) 298.22º 0.82% 0.81% -
XYZ 35.89 18.2 60.01 -
YUV 105.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 201 37 206 0.02 0.82 0 0.19 298.22 0.7 0.48
Hex C9 25 CE 2 52 0 13 12A 46 30
Octal 311 45 316 2 122 0 23 452 106 60
Binary 11001001 100101 11001110 10 1010010 0 10011 100101010 1000110 110000

Color Harmonies of #C925CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925CE

Black with #C925CE

Text Example


Text Example

White with #C925CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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