Html Css Color HEX #C617D0 Deep Magenta

📋 copy color: '#C617D0'

red 198 ◦ green 23 ◦ blue 208

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

Shades of Deep Magenta #C617D0

Tints of Deep Magenta #C617D0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.36%

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 46.15%
G = 5.36%
B = 48.48%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C617D0 (or 0xC617D0) is known color: Deep Magenta. HEX triplet: C6, 17 and D0. RGB value is (198,23,208). Sum of RGB (Red+Green+Blue) = 198+23+208=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #C617D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617D0 is #39E82F. Grayscale: #5F5F5F. Windows color (decimal): -3794992 or 13637574. OLE color: 13637574.

HSL color Cylindrical-coordinate representation of color #C617D0: hue angle of 296.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C617D0 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 23 208 -
CMYK 0.05 0.89 0 0.18
HSL 296.76º 0.8% 0.45% -
HSV(B) 296.76º 0.89% 0.82% -
XYZ 34.98 17.17 61.15 -
YUV 96.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 198 23 208 0.05 0.89 0 0.18 296.76 0.8 0.45
Hex C6 17 D0 5 59 0 12 129 50 2D
Octal 306 27 320 5 131 0 22 451 120 55
Binary 11000110 10111 11010000 101 1011001 0 10010 100101001 1010000 101101

Color Harmonies of #C617D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C617D0

Black with #C617D0

Text Example


Text Example

White with #C617D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C617D0; }

 p { color: rgb(198,23,208); }

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

background-color css

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

 a { background-color: rgb(198,23,208); }

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

border-color css

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

 span { border-color: rgb(198,23,208); }

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