Html Css Color HEX #C603AE Deep Magenta

📋 copy color: '#C603AE'

red 198 ◦ green 3 ◦ blue 174

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

Shades of Deep Magenta #C603AE

Tints of Deep Magenta #C603AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 52.8%
G = 0.8%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C603AE (or 0xC603AE) is known color: Deep Magenta. HEX triplet: C6, 03 and AE. RGB value is (198,3,174). Sum of RGB (Red+Green+Blue) = 198+3+174=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C603AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C603AE is #39FC51. Grayscale: #505050. Windows color (decimal): -3800146 or 11404230. OLE color: 11404230.

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

Color convert

RGB 198 3 174 -
CMYK 0 0.98 0.12 0.22
HSL 307.38º 0.97% 0.39% -
HSV(B) 307.38º 0.98% 0.78% -
XYZ 30.96 15.13 41.33 -
YUV 80.8 180.6 211.6 -
System Red Green Blue C M Y K H S L
Decimal 198 3 174 0 0.98 0.12 0.22 307.38 0.97 0.39
Hex C6 3 AE 0 62 C 16 133 61 27
Octal 306 3 256 0 142 14 26 463 141 47
Binary 11000110 11 10101110 0 1100010 1100 10110 100110011 1100001 100111

Color Harmonies of #C603AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603AE

Black with #C603AE

Text Example


Text Example

White with #C603AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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