Html Css Color HEX #C602BA Deep Magenta

📋 copy color: '#C602BA'

red 198 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #C602BA

Tints of Deep Magenta #C602BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 51.3%
G = 0.52%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C602BA (or 0xC602BA) is known color: Deep Magenta. HEX triplet: C6, 02 and BA. RGB value is (198,2,186). Sum of RGB (Red+Green+Blue) = 198+2+186=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C602BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602BA is #39FD45. Grayscale: #515151. Windows color (decimal): -3800390 or 12190406. OLE color: 12190406.

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

Color convert

RGB 198 2 186 -
CMYK 0 0.99 0.06 0.22
HSL 303.67º 0.98% 0.39% -
HSV(B) 303.67º 0.99% 0.78% -
XYZ 32.17 15.59 47.77 -
YUV 81.58 186.93 211.04 -
System Red Green Blue C M Y K H S L
Decimal 198 2 186 0 0.99 0.06 0.22 303.67 0.98 0.39
Hex C6 2 BA 0 63 6 16 130 62 27
Octal 306 2 272 0 143 6 26 460 142 47
Binary 11000110 10 10111010 0 1100011 110 10110 100110000 1100010 100111

Color Harmonies of #C602BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602BA

Black with #C602BA

Text Example


Text Example

White with #C602BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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