Html Css Color HEX #C602AE Deep Magenta

📋 copy color: '#C602AE'

red 198 ◦ green 2 ◦ blue 174

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

Shades of Deep Magenta #C602AE

Tints of Deep Magenta #C602AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 52.94%
G = 0.53%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C602AE (or 0xC602AE) is known color: Deep Magenta. HEX triplet: C6, 02 and AE. RGB value is (198,2,174). Sum of RGB (Red+Green+Blue) = 198+2+174=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C602AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602AE is #39FD51. Grayscale: #4F4F4F. Windows color (decimal): -3800402 or 11403974. OLE color: 11403974.

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

Color convert

RGB 198 2 174 -
CMYK 0 0.99 0.12 0.22
HSL 307.35º 0.98% 0.39% -
HSV(B) 307.35º 0.99% 0.78% -
XYZ 30.95 15.11 41.33 -
YUV 80.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 198 2 174 0 0.99 0.12 0.22 307.35 0.98 0.39
Hex C6 2 AE 0 63 C 16 133 62 27
Octal 306 2 256 0 143 14 26 463 142 47
Binary 11000110 10 10101110 0 1100011 1100 10110 100110011 1100010 100111

Color Harmonies of #C602AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602AE

Black with #C602AE

Text Example


Text Example

White with #C602AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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