Html Css Color HEX #C63ACC Fuchsia

📋 copy color: '#C63ACC'

red 198 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #C63ACC

Tints of Fuchsia #C63ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 43.04%
G = 12.61%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C63ACC (or 0xC63ACC) is known color: Fuchsia. HEX triplet: C6, 3A and CC. RGB value is (198,58,204). Sum of RGB (Red+Green+Blue) = 198+58+204=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACC is #39C533. Grayscale: #747474. Windows color (decimal): -3786036 or 13384390. OLE color: 13384390.

HSL color Cylindrical-coordinate representation of color #C63ACC: hue angle of 297.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63ACC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 58 204 -
CMYK 0.03 0.72 0 0.2
HSL 297.53º 0.59% 0.51% -
HSV(B) 297.53º 0.72% 0.8% -
XYZ 35.7 19.39 58.99 -
YUV 116.5 177.38 186.13 -
System Red Green Blue C M Y K H S L
Decimal 198 58 204 0.03 0.72 0 0.2 297.53 0.59 0.51
Hex C6 3A CC 3 48 0 14 12A 3B 33
Octal 306 72 314 3 110 0 24 452 73 63
Binary 11000110 111010 11001100 11 1001000 0 10100 100101010 111011 110011

Color Harmonies of #C63ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ACC

Black with #C63ACC

Text Example


Text Example

White with #C63ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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