Html Css Color HEX #C601BD Deep Magenta

📋 copy color: '#C601BD'

red 198 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #C601BD

Tints of Deep Magenta #C601BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 51.03%
G = 0.26%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C601BD (or 0xC601BD) is known color: Deep Magenta. HEX triplet: C6, 01 and BD. RGB value is (198,1,189). Sum of RGB (Red+Green+Blue) = 198+1+189=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C601BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601BD is #39FE42. Grayscale: #505050. Windows color (decimal): -3800643 or 12386758. OLE color: 12386758.

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

Color convert

RGB 198 1 189 -
CMYK 0 0.99 0.05 0.22
HSL 302.74º 0.99% 0.39% -
HSV(B) 302.74º 0.99% 0.78% -
XYZ 32.48 15.7 49.46 -
YUV 81.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 198 1 189 0 0.99 0.05 0.22 302.74 0.99 0.39
Hex C6 1 BD 0 63 5 16 12F 63 27
Octal 306 1 275 0 143 5 26 457 143 47
Binary 11000110 1 10111101 0 1100011 101 10110 100101111 1100011 100111

Color Harmonies of #C601BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601BD

Black with #C601BD

Text Example


Text Example

White with #C601BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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