Html Css Color HEX #C604BD Deep Magenta

📋 copy color: '#C604BD'

red 198 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #C604BD

Tints of Deep Magenta #C604BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 50.64%
G = 1.02%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C604BD (or 0xC604BD) is known color: Deep Magenta. HEX triplet: C6, 04 and BD. RGB value is (198,4,189). Sum of RGB (Red+Green+Blue) = 198+4+189=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C604BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604BD is #39FB42. Grayscale: #525252. Windows color (decimal): -3799875 or 12387526. OLE color: 12387526.

HSL color Cylindrical-coordinate representation of color #C604BD: hue angle of 302.78º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604BD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 189 -
CMYK 0 0.98 0.05 0.22
HSL 302.78º 0.96% 0.4% -
HSV(B) 302.78º 0.98% 0.78% -
XYZ 32.52 15.77 49.47 -
YUV 83.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 198 4 189 0 0.98 0.05 0.22 302.78 0.96 0.4
Hex C6 4 BD 0 62 5 16 12F 60 28
Octal 306 4 275 0 142 5 26 457 140 50
Binary 11000110 100 10111101 0 1100010 101 10110 100101111 1100000 101000

Color Harmonies of #C604BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C604BD

Black with #C604BD

Text Example


Text Example

White with #C604BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C604BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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