Html Css Color HEX #C263BE Fuchsia

📋 copy color: '#C263BE'

red 194 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #C263BE

Tints of Fuchsia #C263BE

RGB

 RED value IS 194 (76.17% from 255) = 40.17%

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 40.17%
G = 20.5%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C263BE (or 0xC263BE) is known color: Fuchsia. HEX triplet: C2, 63 and BE. RGB value is (194,99,190). Sum of RGB (Red+Green+Blue) = 194+99+190=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C263BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263BE is #3D9C41. Grayscale: #898989. Windows color (decimal): -4037698 or 12477378. OLE color: 12477378.

HSL color Cylindrical-coordinate representation of color #C263BE: hue angle of 302.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263BE is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 190 -
CMYK 0 0.49 0.02 0.24
HSL 302.53º 0.44% 0.57% -
HSV(B) 302.53º 0.49% 0.76% -
XYZ 36 24.11 51.47 -
YUV 137.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 194 99 190 0 0.49 0.02 0.24 302.53 0.44 0.57
Hex C2 63 BE 0 31 2 18 12F 2C 39
Octal 302 143 276 0 61 2 30 457 54 71
Binary 11000010 1100011 10111110 0 110001 10 11000 100101111 101100 111001

Color Harmonies of #C263BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263BE

Black with #C263BE

Text Example


Text Example

White with #C263BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263BE; }

 p { color: rgb(194,99,190); }

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

background-color css

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

 a { background-color: rgb(194,99,190); }

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

border-color css

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

 span { border-color: rgb(194,99,190); }

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