Html Css Color HEX #C264C0 Fuchsia

📋 copy color: '#C264C0'

red 194 ◦ green 100 ◦ blue 192

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

Shades of Fuchsia #C264C0

Tints of Fuchsia #C264C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 39.92%
G = 20.58%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C264C0 (or 0xC264C0) is known color: Fuchsia. HEX triplet: C2, 64 and C0. RGB value is (194,100,192). Sum of RGB (Red+Green+Blue) = 194+100+192=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C264C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264C0 is #3D9B3F. Grayscale: #8A8A8A. Windows color (decimal): -4037440 or 12608706. OLE color: 12608706.

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

Color convert

RGB 194 100 192 -
CMYK 0 0.48 0.01 0.24
HSL 301.28º 0.44% 0.58% -
HSV(B) 301.28º 0.48% 0.76% -
XYZ 36.32 24.39 52.66 -
YUV 138.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 194 100 192 0 0.48 0.01 0.24 301.28 0.44 0.58
Hex C2 64 C0 0 30 1 18 12D 2C 3A
Octal 302 144 300 0 60 1 30 455 54 72
Binary 11000010 1100100 11000000 0 110000 1 11000 100101101 101100 111010

Color Harmonies of #C264C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264C0

Black with #C264C0

Text Example


Text Example

White with #C264C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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