Html Css Color HEX #C264BB Fuchsia

📋 copy color: '#C264BB'

red 194 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #C264BB

Tints of Fuchsia #C264BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 40.33%
G = 20.79%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C264BB (or 0xC264BB) is known color: Fuchsia. HEX triplet: C2, 64 and BB. RGB value is (194,100,187). Sum of RGB (Red+Green+Blue) = 194+100+187=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BB is #3D9B44. Grayscale: #898989. Windows color (decimal): -4037445 or 12281026. OLE color: 12281026.

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

Color convert

RGB 194 100 187 -
CMYK 0 0.48 0.04 0.24
HSL 304.47º 0.44% 0.58% -
HSV(B) 304.47º 0.48% 0.76% -
XYZ 35.77 24.17 49.79 -
YUV 138.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 194 100 187 0 0.48 0.04 0.24 304.47 0.44 0.58
Hex C2 64 BB 0 30 4 18 130 2C 3A
Octal 302 144 273 0 60 4 30 460 54 72
Binary 11000010 1100100 10111011 0 110000 100 11000 100110000 101100 111010

Color Harmonies of #C264BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264BB

Black with #C264BB

Text Example


Text Example

White with #C264BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264BB; }

 p { color: rgb(194,100,187); }

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

background-color css

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

 a { background-color: rgb(194,100,187); }

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

border-color css

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

 span { border-color: rgb(194,100,187); }

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