Html Css Color HEX #C602D1 Deep Magenta

📋 copy color: '#C602D1'

red 198 ◦ green 2 ◦ blue 209

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

Shades of Deep Magenta #C602D1

Tints of Deep Magenta #C602D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 48.41%
G = 0.49%
B = 51.1%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C602D1 (or 0xC602D1) is known color: Deep Magenta. HEX triplet: C6, 02 and D1. RGB value is (198,2,209). Sum of RGB (Red+Green+Blue) = 198+2+209=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #C602D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602D1 is #39FD2E. Grayscale: #535353. Windows color (decimal): -3800367 or 13697734. OLE color: 13697734.

HSL color Cylindrical-coordinate representation of color #C602D1: hue angle of 296.81º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602D1 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 2 209 -
CMYK 0.05 0.99 0 0.18
HSL 296.81º 0.98% 0.41% -
HSV(B) 296.81º 0.99% 0.82% -
XYZ 34.82 16.65 61.7 -
YUV 84.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 198 2 209 0.05 0.99 0 0.18 296.81 0.98 0.41
Hex C6 2 D1 5 63 0 12 129 62 29
Octal 306 2 321 5 143 0 22 451 142 51
Binary 11000110 10 11010001 101 1100011 0 10010 100101001 1100010 101001

Color Harmonies of #C602D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602D1

Black with #C602D1

Text Example


Text Example

White with #C602D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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