Html Css Color HEX #C63AC5 Fuchsia

📋 copy color: '#C63AC5'

red 198 ◦ green 58 ◦ blue 197

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

Shades of Fuchsia #C63AC5

Tints of Fuchsia #C63AC5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 43.71%
G = 12.8%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C63AC5 (or 0xC63AC5) is known color: Fuchsia. HEX triplet: C6, 3A and C5. RGB value is (198,58,197). Sum of RGB (Red+Green+Blue) = 198+58+197=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AC5 is #39C53A. Grayscale: #737373. Windows color (decimal): -3786043 or 12925638. OLE color: 12925638.

HSL color Cylindrical-coordinate representation of color #C63AC5: hue angle of 300.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AC5 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 58 197 -
CMYK 0 0.71 0.01 0.22
HSL 300.43º 0.55% 0.5% -
HSV(B) 300.43º 0.71% 0.78% -
XYZ 34.88 19.06 54.66 -
YUV 115.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 198 58 197 0 0.71 0.01 0.22 300.43 0.55 0.5
Hex C6 3A C5 0 47 1 16 12C 37 32
Octal 306 72 305 0 107 1 26 454 67 62
Binary 11000110 111010 11000101 0 1000111 1 10110 100101100 110111 110010

Color Harmonies of #C63AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AC5

Black with #C63AC5

Text Example


Text Example

White with #C63AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AC5; }

 p { color: rgb(198,58,197); }

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

background-color css

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

 a { background-color: rgb(198,58,197); }

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

border-color css

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

 span { border-color: rgb(198,58,197); }

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