Html Css Color HEX #C605AF Deep Magenta

📋 copy color: '#C605AF'

red 198 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #C605AF

Tints of Deep Magenta #C605AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 52.38%
G = 1.32%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C605AF (or 0xC605AF) is known color: Deep Magenta. HEX triplet: C6, 05 and AF. RGB value is (198,5,175). Sum of RGB (Red+Green+Blue) = 198+5+175=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C605AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605AF is #39FA50. Grayscale: #515151. Windows color (decimal): -3799633 or 11470278. OLE color: 11470278.

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

Color convert

RGB 198 5 175 -
CMYK 0 0.97 0.12 0.22
HSL 307.15º 0.95% 0.4% -
HSV(B) 307.15º 0.97% 0.78% -
XYZ 31.08 15.21 41.86 -
YUV 82.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 198 5 175 0 0.97 0.12 0.22 307.15 0.95 0.4
Hex C6 5 AF 0 61 C 16 133 5F 28
Octal 306 5 257 0 141 14 26 463 137 50
Binary 11000110 101 10101111 0 1100001 1100 10110 100110011 1011111 101000

Color Harmonies of #C605AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605AF

Black with #C605AF

Text Example


Text Example

White with #C605AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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