Html Css Color HEX #C264BD Fuchsia

📋 copy color: '#C264BD'

red 194 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #C264BD

Tints of Fuchsia #C264BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 40.17%
G = 20.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C264BD (or 0xC264BD) is known color: Fuchsia. HEX triplet: C2, 64 and BD. RGB value is (194,100,189). Sum of RGB (Red+Green+Blue) = 194+100+189=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BD is #3D9B42. Grayscale: #898989. Windows color (decimal): -4037443 or 12412098. OLE color: 12412098.

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

Color convert

RGB 194 100 189 -
CMYK 0 0.48 0.03 0.24
HSL 303.19º 0.44% 0.58% -
HSV(B) 303.19º 0.48% 0.76% -
XYZ 35.99 24.26 50.93 -
YUV 138.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 194 100 189 0 0.48 0.03 0.24 303.19 0.44 0.58
Hex C2 64 BD 0 30 3 18 12F 2C 3A
Octal 302 144 275 0 60 3 30 457 54 72
Binary 11000010 1100100 10111101 0 110000 11 11000 100101111 101100 111010

Color Harmonies of #C264BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264BD

Black with #C264BD

Text Example


Text Example

White with #C264BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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