Html Css Color HEX #C464BC Fuchsia

📋 copy color: '#C464BC'

red 196 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #C464BC

Tints of Fuchsia #C464BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 40.5%
G = 20.66%
B = 38.84%

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

#C464BC (or 0xC464BC) is known color: Fuchsia. HEX triplet: C4, 64 and BC. RGB value is (196,100,188). Sum of RGB (Red+Green+Blue) = 196+100+188=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C464BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464BC is #3B9B43. Grayscale: #8A8A8A. Windows color (decimal): -3906372 or 12346564. OLE color: 12346564.

HSL color Cylindrical-coordinate representation of color #C464BC: hue angle of 305º 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 #C464BC is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 188 -
CMYK 0 0.49 0.04 0.23
HSL 305º 0.45% 0.58% -
HSV(B) 305º 0.49% 0.77% -
XYZ 36.4 24.48 50.38 -
YUV 138.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 196 100 188 0 0.49 0.04 0.23 305 0.45 0.58
Hex C4 64 BC 0 31 4 17 131 2D 3A
Octal 304 144 274 0 61 4 27 461 55 72
Binary 11000100 1100100 10111100 0 110001 100 10111 100110001 101101 111010

Color Harmonies of #C464BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464BC

Black with #C464BC

Text Example


Text Example

White with #C464BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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