Html Css Color HEX #C603D2 Deep Magenta

📋 copy color: '#C603D2'

red 198 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #C603D2

Tints of Deep Magenta #C603D2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 210 (82.42% from 255) = 51.09%

R = 48.18%
G = 0.73%
B = 51.09%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C603D2 (or 0xC603D2) is known color: Deep Magenta. HEX triplet: C6, 03 and D2. RGB value is (198,3,210). Sum of RGB (Red+Green+Blue) = 198+3+210=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #C603D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603D2 is #39FC2D. Grayscale: #545454. Windows color (decimal): -3800110 or 13763526. OLE color: 13763526.

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

Color convert

RGB 198 3 210 -
CMYK 0.06 0.99 0 0.18
HSL 296.52º 0.97% 0.42% -
HSV(B) 296.52º 0.99% 0.82% -
XYZ 34.95 16.72 62.36 -
YUV 84.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 198 3 210 0.06 0.99 0 0.18 296.52 0.97 0.42
Hex C6 3 D2 6 63 0 12 129 61 2A
Octal 306 3 322 6 143 0 22 451 141 52
Binary 11000110 11 11010010 110 1100011 0 10010 100101001 1100001 101010

Color Harmonies of #C603D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603D2

Black with #C603D2

Text Example


Text Example

White with #C603D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603D2; }

 p { color: rgb(198,3,210); }

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

background-color css

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

 a { background-color: rgb(198,3,210); }

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

border-color css

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

 span { border-color: rgb(198,3,210); }

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