Html Css Color HEX #C451BE Fuchsia

📋 copy color: '#C451BE'

red 196 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C451BE

Tints of Fuchsia #C451BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 41.97%
G = 17.34%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C451BE (or 0xC451BE) is known color: Fuchsia. HEX triplet: C4, 51 and BE. RGB value is (196,81,190). Sum of RGB (Red+Green+Blue) = 196+81+190=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BE is #3BAE41. Grayscale: #7F7F7F. Windows color (decimal): -3911234 or 12472772. OLE color: 12472772.

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

Color convert

RGB 196 81 190 -
CMYK 0 0.59 0.03 0.23
HSL 303.13º 0.49% 0.54% -
HSV(B) 303.13º 0.59% 0.77% -
XYZ 35 21.34 50.99 -
YUV 127.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 196 81 190 0 0.59 0.03 0.23 303.13 0.49 0.54
Hex C4 51 BE 0 3B 3 17 12F 31 36
Octal 304 121 276 0 73 3 27 457 61 66
Binary 11000100 1010001 10111110 0 111011 11 10111 100101111 110001 110110

Color Harmonies of #C451BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451BE

Black with #C451BE

Text Example


Text Example

White with #C451BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451BE; }

 p { color: rgb(196,81,190); }

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

background-color css

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

 a { background-color: rgb(196,81,190); }

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

border-color css

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

 span { border-color: rgb(196,81,190); }

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