Html Css Color HEX #C63AC4 Fuchsia

📋 copy color: '#C63AC4'

red 198 ◦ green 58 ◦ blue 196

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

Shades of Fuchsia #C63AC4

Tints of Fuchsia #C63AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 43.81%
G = 12.83%
B = 43.36%

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

#C63AC4 (or 0xC63AC4) is known color: Fuchsia. HEX triplet: C6, 3A and C4. RGB value is (198,58,196). Sum of RGB (Red+Green+Blue) = 198+58+196=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AC4 is #39C53B. Grayscale: #737373. Windows color (decimal): -3786044 or 12860102. OLE color: 12860102.

HSL color Cylindrical-coordinate representation of color #C63AC4: hue angle of 300.86º 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 #C63AC4 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 58 196 -
CMYK 0 0.71 0.01 0.22
HSL 300.86º 0.55% 0.5% -
HSV(B) 300.86º 0.71% 0.78% -
XYZ 34.77 19.02 54.06 -
YUV 115.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 198 58 196 0 0.71 0.01 0.22 300.86 0.55 0.5
Hex C6 3A C4 0 47 1 16 12D 37 32
Octal 306 72 304 0 107 1 26 455 67 62
Binary 11000110 111010 11000100 0 1000111 1 10110 100101101 110111 110010

Color Harmonies of #C63AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AC4

Black with #C63AC4

Text Example


Text Example

White with #C63AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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