Html Css Color HEX #C625E0 Deep Magenta

📋 copy color: '#C625E0'

red 198 ◦ green 37 ◦ blue 224

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

Shades of Deep Magenta #C625E0

Tints of Deep Magenta #C625E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 43.14%
G = 8.06%
B = 48.8%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C625E0 (or 0xC625E0) is known color: Deep Magenta. HEX triplet: C6, 25 and E0. RGB value is (198,37,224). Sum of RGB (Red+Green+Blue) = 198+37+224=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #C625E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625E0 is #39DA1F. Grayscale: #696969. Windows color (decimal): -3791392 or 14689734. OLE color: 14689734.

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

Color convert

RGB 198 37 224 -
CMYK 0.12 0.83 0 0.12
HSL 291.66º 0.75% 0.51% -
HSV(B) 291.66º 0.83% 0.88% -
XYZ 37.4 18.71 72.16 -
YUV 106.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 198 37 224 0.12 0.83 0 0.12 291.66 0.75 0.51
Hex C6 25 E0 C 53 0 C 124 4B 33
Octal 306 45 340 14 123 0 14 444 113 63
Binary 11000110 100101 11100000 1100 1010011 0 1100 100100100 1001011 110011

Color Harmonies of #C625E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625E0

Black with #C625E0

Text Example


Text Example

White with #C625E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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