Html Css Color HEX #C603CA Deep Magenta

📋 copy color: '#C603CA'

red 198 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #C603CA

Tints of Deep Magenta #C603CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 49.13%
G = 0.74%
B = 50.12%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C603CA (or 0xC603CA) is known color: Deep Magenta. HEX triplet: C6, 03 and CA. RGB value is (198,3,202). Sum of RGB (Red+Green+Blue) = 198+3+202=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C603CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603CA is #39FC35. Grayscale: #535353. Windows color (decimal): -3800118 or 13239238. OLE color: 13239238.

HSL color Cylindrical-coordinate representation of color #C603CA: hue angle of 298.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603CA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 3 202 -
CMYK 0.02 0.99 0 0.21
HSL 298.79º 0.97% 0.4% -
HSV(B) 298.79º 0.99% 0.79% -
XYZ 33.98 16.34 57.24 -
YUV 83.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 198 3 202 0.02 0.99 0 0.21 298.79 0.97 0.4
Hex C6 3 CA 2 63 0 15 12B 61 28
Octal 306 3 312 2 143 0 25 453 141 50
Binary 11000110 11 11001010 10 1100011 0 10101 100101011 1100001 101000

Color Harmonies of #C603CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603CA

Black with #C603CA

Text Example


Text Example

White with #C603CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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