Html Css Color HEX #C625DD Deep Magenta

📋 copy color: '#C625DD'

red 198 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #C625DD

Tints of Deep Magenta #C625DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 43.42%
G = 8.11%
B = 48.46%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C625DD (or 0xC625DD) is known color: Deep Magenta. HEX triplet: C6, 25 and DD. RGB value is (198,37,221). Sum of RGB (Red+Green+Blue) = 198+37+221=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C625DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625DD is #39DA22. Grayscale: #696969. Windows color (decimal): -3791395 or 14493126. OLE color: 14493126.

HSL color Cylindrical-coordinate representation of color #C625DD: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625DD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 37 221 -
CMYK 0.10 0.83 0 0.13
HSL 292.5º 0.73% 0.51% -
HSV(B) 292.5º 0.83% 0.87% -
XYZ 37 18.55 70.04 -
YUV 106.12 192.84 193.54 -
System Red Green Blue C M Y K H S L
Decimal 198 37 221 0.10 0.83 0 0.13 292.5 0.73 0.51
Hex C6 25 DD A 53 0 D 124 49 33
Octal 306 45 335 12 123 0 15 444 111 63
Binary 11000110 100101 11011101 1010 1010011 0 1101 100100100 1001001 110011

Color Harmonies of #C625DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625DD

Black with #C625DD

Text Example


Text Example

White with #C625DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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