Html Css Color HEX #C61CCF Deep Magenta

📋 copy color: '#C61CCF'

red 198 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #C61CCF

Tints of Deep Magenta #C61CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.47%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 45.73%
G = 6.47%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61CCF (or 0xC61CCF) is known color: Deep Magenta. HEX triplet: C6, 1C and CF. RGB value is (198,28,207). Sum of RGB (Red+Green+Blue) = 198+28+207=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C61CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCF is #39E330. Grayscale: #626262. Windows color (decimal): -3793713 or 13573318. OLE color: 13573318.

HSL color Cylindrical-coordinate representation of color #C61CCF: hue angle of 296.98º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CCF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 28 207 -
CMYK 0.04 0.86 0 0.19
HSL 296.98º 0.76% 0.46% -
HSV(B) 296.98º 0.86% 0.81% -
XYZ 34.97 17.34 60.54 -
YUV 99.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 198 28 207 0.04 0.86 0 0.19 296.98 0.76 0.46
Hex C6 1C CF 4 56 0 13 129 4C 2E
Octal 306 34 317 4 126 0 23 451 114 56
Binary 11000110 11100 11001111 100 1010110 0 10011 100101001 1001100 101110

Color Harmonies of #C61CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CCF

Black with #C61CCF

Text Example


Text Example

White with #C61CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CCF; }

 p { color: rgb(198,28,207); }

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

background-color css

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

 a { background-color: rgb(198,28,207); }

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

border-color css

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

 span { border-color: rgb(198,28,207); }

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