Html Css Color HEX #C264B8 Fuchsia

📋 copy color: '#C264B8'

red 194 ◦ green 100 ◦ blue 184

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

Shades of Fuchsia #C264B8

Tints of Fuchsia #C264B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 40.59%
G = 20.92%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C264B8 (or 0xC264B8) is known color: Fuchsia. HEX triplet: C2, 64 and B8. RGB value is (194,100,184). Sum of RGB (Red+Green+Blue) = 194+100+184=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C264B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264B8 is #3D9B47. Grayscale: #898989. Windows color (decimal): -4037448 or 12084418. OLE color: 12084418.

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

Color convert

RGB 194 100 184 -
CMYK 0 0.48 0.05 0.24
HSL 306.38º 0.44% 0.58% -
HSV(B) 306.38º 0.48% 0.76% -
XYZ 35.46 24.04 48.12 -
YUV 137.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 194 100 184 0 0.48 0.05 0.24 306.38 0.44 0.58
Hex C2 64 B8 0 30 5 18 132 2C 3A
Octal 302 144 270 0 60 5 30 462 54 72
Binary 11000010 1100100 10111000 0 110000 101 11000 100110010 101100 111010

Color Harmonies of #C264B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264B8

Black with #C264B8

Text Example


Text Example

White with #C264B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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