Html Css Color HEX #C601B0 Deep Magenta

📋 copy color: '#C601B0'

red 198 ◦ green 1 ◦ blue 176

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

Shades of Deep Magenta #C601B0

Tints of Deep Magenta #C601B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 52.8%
G = 0.27%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C601B0 (or 0xC601B0) is known color: Deep Magenta. HEX triplet: C6, 01 and B0. RGB value is (198,1,176). Sum of RGB (Red+Green+Blue) = 198+1+176=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C601B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601B0 is #39FE4F. Grayscale: #4F4F4F. Windows color (decimal): -3800656 or 11534790. OLE color: 11534790.

HSL color Cylindrical-coordinate representation of color #C601B0: hue angle of 306.7º 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 #C601B0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 176 -
CMYK 0 0.99 0.11 0.22
HSL 306.7º 0.99% 0.39% -
HSV(B) 306.7º 0.99% 0.78% -
XYZ 31.14 15.16 42.36 -
YUV 79.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 198 1 176 0 0.99 0.11 0.22 306.7 0.99 0.39
Hex C6 1 B0 0 63 B 16 133 63 27
Octal 306 1 260 0 143 13 26 463 143 47
Binary 11000110 1 10110000 0 1100011 1011 10110 100110011 1100011 100111

Color Harmonies of #C601B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601B0

Black with #C601B0

Text Example


Text Example

White with #C601B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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