Html Css Color HEX #C605BC Deep Magenta

📋 copy color: '#C605BC'

red 198 ◦ green 5 ◦ blue 188

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

Shades of Deep Magenta #C605BC

Tints of Deep Magenta #C605BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 50.64%
G = 1.28%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C605BC (or 0xC605BC) is known color: Deep Magenta. HEX triplet: C6, 05 and BC. RGB value is (198,5,188). Sum of RGB (Red+Green+Blue) = 198+5+188=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C605BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605BC is #39FA43. Grayscale: #535353. Windows color (decimal): -3799620 or 12322246. OLE color: 12322246.

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

Color convert

RGB 198 5 188 -
CMYK 0 0.97 0.05 0.22
HSL 303.11º 0.95% 0.4% -
HSV(B) 303.11º 0.97% 0.78% -
XYZ 32.42 15.75 48.91 -
YUV 83.57 186.94 209.62 -
System Red Green Blue C M Y K H S L
Decimal 198 5 188 0 0.97 0.05 0.22 303.11 0.95 0.4
Hex C6 5 BC 0 61 5 16 12F 5F 28
Octal 306 5 274 0 141 5 26 457 137 50
Binary 11000110 101 10111100 0 1100001 101 10110 100101111 1011111 101000

Color Harmonies of #C605BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605BC

Black with #C605BC

Text Example


Text Example

White with #C605BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605BC; }

 p { color: rgb(198,5,188); }

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

background-color css

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

 a { background-color: rgb(198,5,188); }

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

border-color css

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

 span { border-color: rgb(198,5,188); }

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