Html Css Color HEX #C465B9 Fuchsia

📋 copy color: '#C465B9'

red 196 ◦ green 101 ◦ blue 185

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

Shades of Fuchsia #C465B9

Tints of Fuchsia #C465B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 40.66%
G = 20.95%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C465B9 (or 0xC465B9) is known color: Fuchsia. HEX triplet: C4, 65 and B9. RGB value is (196,101,185). Sum of RGB (Red+Green+Blue) = 196+101+185=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C465B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465B9 is #3B9A46. Grayscale: #8A8A8A. Windows color (decimal): -3906119 or 12150212. OLE color: 12150212.

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

Color convert

RGB 196 101 185 -
CMYK 0 0.48 0.06 0.23
HSL 306.95º 0.45% 0.58% -
HSV(B) 306.95º 0.48% 0.77% -
XYZ 36.18 24.55 48.73 -
YUV 138.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 196 101 185 0 0.48 0.06 0.23 306.95 0.45 0.58
Hex C4 65 B9 0 30 6 17 133 2D 3A
Octal 304 145 271 0 60 6 27 463 55 72
Binary 11000100 1100101 10111001 0 110000 110 10111 100110011 101101 111010

Color Harmonies of #C465B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465B9

Black with #C465B9

Text Example


Text Example

White with #C465B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465B9; }

 p { color: rgb(196,101,185); }

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

background-color css

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

 a { background-color: rgb(196,101,185); }

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

border-color css

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

 span { border-color: rgb(196,101,185); }

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