Html Css Color HEX #C63AC8 Fuchsia

📋 copy color: '#C63AC8'

red 198 ◦ green 58 ◦ blue 200

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

Shades of Fuchsia #C63AC8

Tints of Fuchsia #C63AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 43.42%
G = 12.72%
B = 43.86%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C63AC8 (or 0xC63AC8) is known color: Fuchsia. HEX triplet: C6, 3A and C8. RGB value is (198,58,200). Sum of RGB (Red+Green+Blue) = 198+58+200=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #C63AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AC8 is #39C537. Grayscale: #737373. Windows color (decimal): -3786040 or 13122246. OLE color: 13122246.

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

Color convert

RGB 198 58 200 -
CMYK 0.01 0.71 0 0.22
HSL 299.15º 0.56% 0.51% -
HSV(B) 299.15º 0.71% 0.78% -
XYZ 35.23 19.2 56.49 -
YUV 116.05 175.38 186.45 -
System Red Green Blue C M Y K H S L
Decimal 198 58 200 0.01 0.71 0 0.22 299.15 0.56 0.51
Hex C6 3A C8 1 47 0 16 12B 38 33
Octal 306 72 310 1 107 0 26 453 70 63
Binary 11000110 111010 11001000 1 1000111 0 10110 100101011 111000 110011

Color Harmonies of #C63AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AC8

Black with #C63AC8

Text Example


Text Example

White with #C63AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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