Html Css Color HEX #C264B0 Fuchsia

📋 copy color: '#C264B0'

red 194 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #C264B0

Tints of Fuchsia #C264B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 41.28%
G = 21.28%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C264B0 (or 0xC264B0) is known color: Fuchsia. HEX triplet: C2, 64 and B0. RGB value is (194,100,176). Sum of RGB (Red+Green+Blue) = 194+100+176=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C264B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264B0 is #3D9B4F. Grayscale: #888888. Windows color (decimal): -4037456 or 11560130. OLE color: 11560130.

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

Color convert

RGB 194 100 176 -
CMYK 0 0.48 0.09 0.24
HSL 311.49º 0.44% 0.58% -
HSV(B) 311.49º 0.48% 0.76% -
XYZ 34.64 23.72 43.83 -
YUV 136.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 194 100 176 0 0.48 0.09 0.24 311.49 0.44 0.58
Hex C2 64 B0 0 30 9 18 137 2C 3A
Octal 302 144 260 0 60 11 30 467 54 72
Binary 11000010 1100100 10110000 0 110000 1001 11000 100110111 101100 111010

Color Harmonies of #C264B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264B0

Black with #C264B0

Text Example


Text Example

White with #C264B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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