Html Css Color HEX #C601B8 Deep Magenta

📋 copy color: '#C601B8'

red 198 ◦ green 1 ◦ blue 184

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

Shades of Deep Magenta #C601B8

Tints of Deep Magenta #C601B8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 51.7%
G = 0.26%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C601B8 (or 0xC601B8) is known color: Deep Magenta. HEX triplet: C6, 01 and B8. RGB value is (198,1,184). Sum of RGB (Red+Green+Blue) = 198+1+184=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C601B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601B8 is #39FE47. Grayscale: #505050. Windows color (decimal): -3800648 or 12059078. OLE color: 12059078.

HSL color Cylindrical-coordinate representation of color #C601B8: hue angle of 304.26º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C601B8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 184 -
CMYK 0 0.99 0.07 0.22
HSL 304.26º 0.99% 0.39% -
HSV(B) 304.26º 0.99% 0.78% -
XYZ 31.95 15.49 46.65 -
YUV 80.77 186.27 211.62 -
System Red Green Blue C M Y K H S L
Decimal 198 1 184 0 0.99 0.07 0.22 304.26 0.99 0.39
Hex C6 1 B8 0 63 7 16 130 63 27
Octal 306 1 270 0 143 7 26 460 143 47
Binary 11000110 1 10111000 0 1100011 111 10110 100110000 1100011 100111

Color Harmonies of #C601B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601B8

Black with #C601B8

Text Example


Text Example

White with #C601B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601B8; }

 p { color: rgb(198,1,184); }

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

background-color css

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

 a { background-color: rgb(198,1,184); }

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

border-color css

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

 span { border-color: rgb(198,1,184); }

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