Html Css Color HEX #C602CE Deep Magenta

📋 copy color: '#C602CE'

red 198 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #C602CE

Tints of Deep Magenta #C602CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 48.77%
G = 0.49%
B = 50.74%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C602CE (or 0xC602CE) is known color: Deep Magenta. HEX triplet: C6, 02 and CE. RGB value is (198,2,206). Sum of RGB (Red+Green+Blue) = 198+2+206=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C602CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602CE is #39FD31. Grayscale: #535353. Windows color (decimal): -3800370 or 13501126. OLE color: 13501126.

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

Color convert

RGB 198 2 206 -
CMYK 0.04 0.99 0 0.19
HSL 297.65º 0.98% 0.41% -
HSV(B) 297.65º 0.99% 0.81% -
XYZ 34.45 16.51 59.76 -
YUV 83.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 198 2 206 0.04 0.99 0 0.19 297.65 0.98 0.41
Hex C6 2 CE 4 63 0 13 12A 62 29
Octal 306 2 316 4 143 0 23 452 142 51
Binary 11000110 10 11001110 100 1100011 0 10011 100101010 1100010 101001

Color Harmonies of #C602CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602CE

Black with #C602CE

Text Example


Text Example

White with #C602CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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