Html Css Color HEX #C630AD Fuchsia

📋 copy color: '#C630AD'

red 198 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #C630AD

Tints of Fuchsia #C630AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.46%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 47.26%
G = 11.46%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C630AD (or 0xC630AD) is known color: Fuchsia. HEX triplet: C6, 30 and AD. RGB value is (198,48,173). Sum of RGB (Red+Green+Blue) = 198+48+173=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C630AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630AD is #39CF52. Grayscale: #6A6A6A. Windows color (decimal): -3788627 or 11350214. OLE color: 11350214.

HSL color Cylindrical-coordinate representation of color #C630AD: hue angle of 310º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630AD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 173 -
CMYK 0 0.76 0.13 0.22
HSL 310º 0.61% 0.48% -
HSV(B) 310º 0.76% 0.78% -
XYZ 31.89 17.14 41.16 -
YUV 107.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 198 48 173 0 0.76 0.13 0.22 310 0.61 0.48
Hex C6 30 AD 0 4C D 16 136 3D 30
Octal 306 60 255 0 114 15 26 466 75 60
Binary 11000110 110000 10101101 0 1001100 1101 10110 100110110 111101 110000

Color Harmonies of #C630AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630AD

Black with #C630AD

Text Example


Text Example

White with #C630AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630AD; }

 p { color: rgb(198,48,173); }

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

background-color css

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

 a { background-color: rgb(198,48,173); }

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

border-color css

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

 span { border-color: rgb(198,48,173); }

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