Html Css Color HEX #C264C1 Fuchsia

📋 copy color: '#C264C1'

red 194 ◦ green 100 ◦ blue 193

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

Shades of Fuchsia #C264C1

Tints of Fuchsia #C264C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 39.84%
G = 20.53%
B = 39.63%

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

#C264C1 (or 0xC264C1) is known color: Fuchsia. HEX triplet: C2, 64 and C1. RGB value is (194,100,193). Sum of RGB (Red+Green+Blue) = 194+100+193=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C264C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264C1 is #3D9B3E. Grayscale: #8A8A8A. Windows color (decimal): -4037439 or 12674242. OLE color: 12674242.

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

Color convert

RGB 194 100 193 -
CMYK 0 0.48 0.01 0.24
HSL 300.64º 0.44% 0.58% -
HSV(B) 300.64º 0.48% 0.76% -
XYZ 36.43 24.43 53.25 -
YUV 138.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 194 100 193 0 0.48 0.01 0.24 300.64 0.44 0.58
Hex C2 64 C1 0 30 1 18 12D 2C 3A
Octal 302 144 301 0 60 1 30 455 54 72
Binary 11000010 1100100 11000001 0 110000 1 11000 100101101 101100 111010

Color Harmonies of #C264C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264C1

Black with #C264C1

Text Example


Text Example

White with #C264C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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