Html Css Color HEX #C625E1 Deep Magenta

📋 copy color: '#C625E1'

red 198 ◦ green 37 ◦ blue 225

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

Shades of Deep Magenta #C625E1

Tints of Deep Magenta #C625E1

RGB

 RED value IS 198 (77.73% from 255) = 43.04%

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 43.04%
G = 8.04%
B = 48.91%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C625E1 (or 0xC625E1) is known color: Deep Magenta. HEX triplet: C6, 25 and E1. RGB value is (198,37,225). Sum of RGB (Red+Green+Blue) = 198+37+225=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #C625E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625E1 is #39DA1E. Grayscale: #696969. Windows color (decimal): -3791391 or 14755270. OLE color: 14755270.

HSL color Cylindrical-coordinate representation of color #C625E1: hue angle of 291.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C625E1 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 37 225 -
CMYK 0.12 0.84 0 0.12
HSL 291.38º 0.76% 0.51% -
HSV(B) 291.38º 0.84% 0.88% -
XYZ 37.54 18.77 72.88 -
YUV 106.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 198 37 225 0.12 0.84 0 0.12 291.38 0.76 0.51
Hex C6 25 E1 C 54 0 C 123 4C 33
Octal 306 45 341 14 124 0 14 443 114 63
Binary 11000110 100101 11100001 1100 1010100 0 1100 100100011 1001100 110011

Color Harmonies of #C625E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625E1

Black with #C625E1

Text Example


Text Example

White with #C625E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625E1; }

 p { color: rgb(198,37,225); }

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

background-color css

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

 a { background-color: rgb(198,37,225); }

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

border-color css

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

 span { border-color: rgb(198,37,225); }

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