Html Css Color HEX #C63ACE Fuchsia

📋 copy color: '#C63ACE'

red 198 ◦ green 58 ◦ blue 206

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

Shades of Fuchsia #C63ACE

Tints of Fuchsia #C63ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 42.86%
G = 12.55%
B = 44.59%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C63ACE (or 0xC63ACE) is known color: Fuchsia. HEX triplet: C6, 3A and CE. RGB value is (198,58,206). Sum of RGB (Red+Green+Blue) = 198+58+206=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACE is #39C531. Grayscale: #747474. Windows color (decimal): -3786034 or 13515462. OLE color: 13515462.

HSL color Cylindrical-coordinate representation of color #C63ACE: hue angle of 296.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63ACE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 58 206 -
CMYK 0.04 0.72 0 0.19
HSL 296.76º 0.6% 0.52% -
HSV(B) 296.76º 0.72% 0.81% -
XYZ 35.94 19.49 60.26 -
YUV 116.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 198 58 206 0.04 0.72 0 0.19 296.76 0.6 0.52
Hex C6 3A CE 4 48 0 13 129 3C 34
Octal 306 72 316 4 110 0 23 451 74 64
Binary 11000110 111010 11001110 100 1001000 0 10011 100101001 111100 110100

Color Harmonies of #C63ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ACE

Black with #C63ACE

Text Example


Text Example

White with #C63ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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