Html Css Color HEX #C63FBE Fuchsia

📋 copy color: '#C63FBE'

red 198 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #C63FBE

Tints of Fuchsia #C63FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 43.9%
G = 13.97%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C63FBE (or 0xC63FBE) is known color: Fuchsia. HEX triplet: C6, 3F and BE. RGB value is (198,63,190). Sum of RGB (Red+Green+Blue) = 198+63+190=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBE is #39C041. Grayscale: #757575. Windows color (decimal): -3784770 or 12468166. OLE color: 12468166.

HSL color Cylindrical-coordinate representation of color #C63FBE: hue angle of 303.56º 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 #C63FBE is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 190 -
CMYK 0 0.68 0.04 0.22
HSL 303.56º 0.54% 0.51% -
HSV(B) 303.56º 0.68% 0.78% -
XYZ 34.36 19.28 50.63 -
YUV 117.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 198 63 190 0 0.68 0.04 0.22 303.56 0.54 0.51
Hex C6 3F BE 0 44 4 16 130 36 33
Octal 306 77 276 0 104 4 26 460 66 63
Binary 11000110 111111 10111110 0 1000100 100 10110 100110000 110110 110011

Color Harmonies of #C63FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FBE

Black with #C63FBE

Text Example


Text Example

White with #C63FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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