Html Css Color HEX #C264BE Fuchsia

📋 copy color: '#C264BE'

red 194 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C264BE

Tints of Fuchsia #C264BE

RGB

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

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

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

R = 40.08%
G = 20.66%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C264BE (or 0xC264BE) is known color: Fuchsia. HEX triplet: C2, 64 and BE. RGB value is (194,100,190). Sum of RGB (Red+Green+Blue) = 194+100+190=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BE is #3D9B41. Grayscale: #8A8A8A. Windows color (decimal): -4037442 or 12477634. OLE color: 12477634.

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

Color convert

RGB 194 100 190 -
CMYK 0 0.48 0.02 0.24
HSL 302.55º 0.44% 0.58% -
HSV(B) 302.55º 0.48% 0.76% -
XYZ 36.1 24.3 51.5 -
YUV 138.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 194 100 190 0 0.48 0.02 0.24 302.55 0.44 0.58
Hex C2 64 BE 0 30 2 18 12F 2C 3A
Octal 302 144 276 0 60 2 30 457 54 72
Binary 11000010 1100100 10111110 0 110000 10 11000 100101111 101100 111010

Color Harmonies of #C264BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264BE

Black with #C264BE

Text Example


Text Example

White with #C264BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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