Html Css Color HEX #C63FC1 Fuchsia

📋 copy color: '#C63FC1'

red 198 ◦ green 63 ◦ blue 193

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

Shades of Fuchsia #C63FC1

Tints of Fuchsia #C63FC1

RGB

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

 GREEN value IS 63 (25% from 255) = 13.88%

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 43.61%
G = 13.88%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C63FC1 (or 0xC63FC1) is known color: Fuchsia. HEX triplet: C6, 3F and C1. RGB value is (198,63,193). Sum of RGB (Red+Green+Blue) = 198+63+193=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FC1 is #39C03E. Grayscale: #757575. Windows color (decimal): -3784767 or 12664774. OLE color: 12664774.

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

Color convert

RGB 198 63 193 -
CMYK 0 0.68 0.03 0.22
HSL 302.22º 0.54% 0.51% -
HSV(B) 302.22º 0.68% 0.78% -
XYZ 34.69 19.41 52.37 -
YUV 118.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 198 63 193 0 0.68 0.03 0.22 302.22 0.54 0.51
Hex C6 3F C1 0 44 3 16 12E 36 33
Octal 306 77 301 0 104 3 26 456 66 63
Binary 11000110 111111 11000001 0 1000100 11 10110 100101110 110110 110011

Color Harmonies of #C63FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FC1

Black with #C63FC1

Text Example


Text Example

White with #C63FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FC1; }

 p { color: rgb(198,63,193); }

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

background-color css

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

 a { background-color: rgb(198,63,193); }

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

border-color css

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

 span { border-color: rgb(198,63,193); }

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