Html Css Color HEX #C61FCB Deep Magenta

📋 copy color: '#C61FCB'

red 198 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #C61FCB

Tints of Deep Magenta #C61FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 45.83%
G = 7.18%
B = 46.99%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C61FCB (or 0xC61FCB) is known color: Deep Magenta. HEX triplet: C6, 1F and CB. RGB value is (198,31,203). Sum of RGB (Red+Green+Blue) = 198+31+203=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #C61FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FCB is #39E034. Grayscale: #646464. Windows color (decimal): -3792949 or 13311942. OLE color: 13311942.

HSL color Cylindrical-coordinate representation of color #C61FCB: hue angle of 298.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61FCB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 31 203 -
CMYK 0.02 0.85 0 0.20
HSL 298.26º 0.74% 0.46% -
HSV(B) 298.26º 0.85% 0.8% -
XYZ 34.56 17.3 58.02 -
YUV 100.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 198 31 203 0.02 0.85 0 0.20 298.26 0.74 0.46
Hex C6 1F CB 2 55 0 14 12A 4A 2E
Octal 306 37 313 2 125 0 24 452 112 56
Binary 11000110 11111 11001011 10 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C61FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FCB

Black with #C61FCB

Text Example


Text Example

White with #C61FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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