Html Css Color HEX #C610DE Deep Magenta

📋 copy color: '#C610DE'

red 198 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #C610DE

Tints of Deep Magenta #C610DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.67%

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 45.41%
G = 3.67%
B = 50.92%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C610DE (or 0xC610DE) is known color: Deep Magenta. HEX triplet: C6, 10 and DE. RGB value is (198,16,222). Sum of RGB (Red+Green+Blue) = 198+16+222=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #C610DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610DE is #39EF21. Grayscale: #5D5D5D. Windows color (decimal): -3796770 or 14553286. OLE color: 14553286.

HSL color Cylindrical-coordinate representation of color #C610DE: hue angle of 293.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C610DE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 16 222 -
CMYK 0.11 0.93 0 0.13
HSL 293.01º 0.87% 0.47% -
HSV(B) 293.01º 0.93% 0.87% -
XYZ 36.66 17.65 70.58 -
YUV 93.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 198 16 222 0.11 0.93 0 0.13 293.01 0.87 0.47
Hex C6 10 DE B 5D 0 D 125 57 2F
Octal 306 20 336 13 135 0 15 445 127 57
Binary 11000110 10000 11011110 1011 1011101 0 1101 100100101 1010111 101111

Color Harmonies of #C610DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610DE

Black with #C610DE

Text Example


Text Example

White with #C610DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610DE; }

 p { color: rgb(198,16,222); }

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

background-color css

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

 a { background-color: rgb(198,16,222); }

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

border-color css

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

 span { border-color: rgb(198,16,222); }

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