Html Css Color HEX #C63CAC Fuchsia

📋 copy color: '#C63CAC'

red 198 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #C63CAC

Tints of Fuchsia #C63CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 46.05%
G = 13.95%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C63CAC (or 0xC63CAC) is known color: Fuchsia. HEX triplet: C6, 3C and AC. RGB value is (198,60,172). Sum of RGB (Red+Green+Blue) = 198+60+172=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CAC is #39C353. Grayscale: #717171. Windows color (decimal): -3785556 or 11287750. OLE color: 11287750.

HSL color Cylindrical-coordinate representation of color #C63CAC: hue angle of 311.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CAC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 172 -
CMYK 0 0.70 0.13 0.22
HSL 311.3º 0.55% 0.51% -
HSV(B) 311.3º 0.7% 0.78% -
XYZ 32.35 18.22 40.84 -
YUV 114.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 198 60 172 0 0.70 0.13 0.22 311.3 0.55 0.51
Hex C6 3C AC 0 46 D 16 137 37 33
Octal 306 74 254 0 106 15 26 467 67 63
Binary 11000110 111100 10101100 0 1000110 1101 10110 100110111 110111 110011

Color Harmonies of #C63CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CAC

Black with #C63CAC

Text Example


Text Example

White with #C63CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CAC; }

 p { color: rgb(198,60,172); }

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

background-color css

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

 a { background-color: rgb(198,60,172); }

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

border-color css

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

 span { border-color: rgb(198,60,172); }

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