Html Css Color HEX #C603AA Deep Magenta

📋 copy color: '#C603AA'

red 198 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #C603AA

Tints of Deep Magenta #C603AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 53.37%
G = 0.81%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C603AA (or 0xC603AA) is known color: Deep Magenta. HEX triplet: C6, 03 and AA. RGB value is (198,3,170). Sum of RGB (Red+Green+Blue) = 198+3+170=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C603AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C603AA is #39FC55. Grayscale: #4F4F4F. Windows color (decimal): -3800150 or 11142086. OLE color: 11142086.

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

Color convert

RGB 198 3 170 -
CMYK 0 0.98 0.14 0.22
HSL 308.62º 0.97% 0.39% -
HSV(B) 308.62º 0.98% 0.78% -
XYZ 30.58 14.97 39.31 -
YUV 80.34 178.6 211.92 -
System Red Green Blue C M Y K H S L
Decimal 198 3 170 0 0.98 0.14 0.22 308.62 0.97 0.39
Hex C6 3 AA 0 62 E 16 135 61 27
Octal 306 3 252 0 142 16 26 465 141 47
Binary 11000110 11 10101010 0 1100010 1110 10110 100110101 1100001 100111

Color Harmonies of #C603AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603AA

Black with #C603AA

Text Example


Text Example

White with #C603AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603AA; }

 p { color: rgb(198,3,170); }

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

background-color css

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

 a { background-color: rgb(198,3,170); }

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

border-color css

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

 span { border-color: rgb(198,3,170); }

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