Html Css Color HEX #C61FC1 Deep Magenta

📋 copy color: '#C61FC1'

red 198 ◦ green 31 ◦ blue 193

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

Shades of Deep Magenta #C61FC1

Tints of Deep Magenta #C61FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 46.92%
G = 7.35%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C61FC1 (or 0xC61FC1) is known color: Deep Magenta. HEX triplet: C6, 1F and C1. RGB value is (198,31,193). Sum of RGB (Red+Green+Blue) = 198+31+193=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FC1 is #39E03E. Grayscale: #626262. Windows color (decimal): -3792959 or 12656582. OLE color: 12656582.

HSL color Cylindrical-coordinate representation of color #C61FC1: hue angle of 301.8º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61FC1 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 193 -
CMYK 0 0.84 0.03 0.22
HSL 301.8º 0.73% 0.45% -
HSV(B) 301.8º 0.84% 0.78% -
XYZ 33.4 16.84 51.94 -
YUV 99.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 198 31 193 0 0.84 0.03 0.22 301.8 0.73 0.45
Hex C6 1F C1 0 54 3 16 12E 49 2D
Octal 306 37 301 0 124 3 26 456 111 55
Binary 11000110 11111 11000001 0 1010100 11 10110 100101110 1001001 101101

Color Harmonies of #C61FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FC1

Black with #C61FC1

Text Example


Text Example

White with #C61FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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