Html Css Color HEX #C602BE Deep Magenta

📋 copy color: '#C602BE'

red 198 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #C602BE

Tints of Deep Magenta #C602BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 50.77%
G = 0.51%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C602BE (or 0xC602BE) is known color: Deep Magenta. HEX triplet: C6, 02 and BE. RGB value is (198,2,190). Sum of RGB (Red+Green+Blue) = 198+2+190=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C602BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602BE is #39FD41. Grayscale: #515151. Windows color (decimal): -3800386 or 12452550. OLE color: 12452550.

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

Color convert

RGB 198 2 190 -
CMYK 0 0.99 0.04 0.22
HSL 302.45º 0.98% 0.39% -
HSV(B) 302.45º 0.99% 0.78% -
XYZ 32.6 15.77 50.04 -
YUV 82.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 198 2 190 0 0.99 0.04 0.22 302.45 0.98 0.39
Hex C6 2 BE 0 63 4 16 12E 62 27
Octal 306 2 276 0 143 4 26 456 142 47
Binary 11000110 10 10111110 0 1100011 100 10110 100101110 1100010 100111

Color Harmonies of #C602BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602BE

Black with #C602BE

Text Example


Text Example

White with #C602BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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