Html Css Color HEX #C264BA Fuchsia

📋 copy color: '#C264BA'

red 194 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #C264BA

Tints of Fuchsia #C264BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 40.42%
G = 20.83%
B = 38.75%

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

#C264BA (or 0xC264BA) is known color: Fuchsia. HEX triplet: C2, 64 and BA. RGB value is (194,100,186). Sum of RGB (Red+Green+Blue) = 194+100+186=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BA is #3D9B45. Grayscale: #898989. Windows color (decimal): -4037446 or 12215490. OLE color: 12215490.

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

Color convert

RGB 194 100 186 -
CMYK 0 0.48 0.04 0.24
HSL 305.11º 0.44% 0.58% -
HSV(B) 305.11º 0.48% 0.76% -
XYZ 35.67 24.13 49.23 -
YUV 137.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 194 100 186 0 0.48 0.04 0.24 305.11 0.44 0.58
Hex C2 64 BA 0 30 4 18 131 2C 3A
Octal 302 144 272 0 60 4 30 461 54 72
Binary 11000010 1100100 10111010 0 110000 100 11000 100110001 101100 111010

Color Harmonies of #C264BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264BA

Black with #C264BA

Text Example


Text Example

White with #C264BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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