Html Css Color HEX #C61FCF Deep Magenta

📋 copy color: '#C61FCF'

red 198 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #C61FCF

Tints of Deep Magenta #C61FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.11%

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

R = 45.41%
G = 7.11%
B = 47.48%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61FCF (or 0xC61FCF) is known color: Deep Magenta. HEX triplet: C6, 1F and CF. RGB value is (198,31,207). Sum of RGB (Red+Green+Blue) = 198+31+207=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #C61FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FCF is #39E030. Grayscale: #646464. Windows color (decimal): -3792945 or 13574086. OLE color: 13574086.

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

Color convert

RGB 198 31 207 -
CMYK 0.04 0.85 0 0.19
HSL 296.93º 0.74% 0.47% -
HSV(B) 296.93º 0.85% 0.81% -
XYZ 35.04 17.49 60.56 -
YUV 101 187.83 197.19 -
System Red Green Blue C M Y K H S L
Decimal 198 31 207 0.04 0.85 0 0.19 296.93 0.74 0.47
Hex C6 1F CF 4 55 0 13 129 4A 2F
Octal 306 37 317 4 125 0 23 451 112 57
Binary 11000110 11111 11001111 100 1010101 0 10011 100101001 1001010 101111

Color Harmonies of #C61FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FCF

Black with #C61FCF

Text Example


Text Example

White with #C61FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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