Html Css Color HEX #C464BD Fuchsia

📋 copy color: '#C464BD'

red 196 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #C464BD

Tints of Fuchsia #C464BD

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

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

R = 40.41%
G = 20.62%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C464BD (or 0xC464BD) is known color: Fuchsia. HEX triplet: C4, 64 and BD. RGB value is (196,100,189). Sum of RGB (Red+Green+Blue) = 196+100+189=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C464BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464BD is #3B9B42. Grayscale: #8A8A8A. Windows color (decimal): -3906371 or 12412100. OLE color: 12412100.

HSL color Cylindrical-coordinate representation of color #C464BD: hue angle of 304.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464BD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 189 -
CMYK 0 0.49 0.04 0.23
HSL 304.38º 0.45% 0.58% -
HSV(B) 304.38º 0.49% 0.77% -
XYZ 36.51 24.52 50.95 -
YUV 138.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 196 100 189 0 0.49 0.04 0.23 304.38 0.45 0.58
Hex C4 64 BD 0 31 4 17 130 2D 3A
Octal 304 144 275 0 61 4 27 460 55 72
Binary 11000100 1100100 10111101 0 110001 100 10111 100110000 101101 111010

Color Harmonies of #C464BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464BD

Black with #C464BD

Text Example


Text Example

White with #C464BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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