Html Css Color HEX #C602CF Deep Magenta

📋 copy color: '#C602CF'

red 198 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #C602CF

Tints of Deep Magenta #C602CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 48.65%
G = 0.49%
B = 50.86%

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

#C602CF (or 0xC602CF) is known color: Deep Magenta. HEX triplet: C6, 02 and CF. RGB value is (198,2,207). Sum of RGB (Red+Green+Blue) = 198+2+207=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C602CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602CF is #39FD30. Grayscale: #535353. Windows color (decimal): -3800369 or 13566662. OLE color: 13566662.

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

Color convert

RGB 198 2 207 -
CMYK 0.04 0.99 0 0.19
HSL 297.37º 0.98% 0.41% -
HSV(B) 297.37º 0.99% 0.81% -
XYZ 34.57 16.55 60.4 -
YUV 83.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 198 2 207 0.04 0.99 0 0.19 297.37 0.98 0.41
Hex C6 2 CF 4 63 0 13 129 62 29
Octal 306 2 317 4 143 0 23 451 142 51
Binary 11000110 10 11001111 100 1100011 0 10011 100101001 1100010 101001

Color Harmonies of #C602CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602CF

Black with #C602CF

Text Example


Text Example

White with #C602CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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