Html Css Color HEX #C257BE Fuchsia

📋 copy color: '#C257BE'

red 194 ◦ green 87 ◦ blue 190

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

Shades of Fuchsia #C257BE

Tints of Fuchsia #C257BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

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

R = 41.19%
G = 18.47%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C257BE (or 0xC257BE) is known color: Fuchsia. HEX triplet: C2, 57 and BE. RGB value is (194,87,190). Sum of RGB (Red+Green+Blue) = 194+87+190=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C257BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257BE is #3DA841. Grayscale: #828282. Windows color (decimal): -4040770 or 12474306. OLE color: 12474306.

HSL color Cylindrical-coordinate representation of color #C257BE: hue angle of 302.24º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257BE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 190 -
CMYK 0 0.55 0.02 0.24
HSL 302.24º 0.47% 0.55% -
HSV(B) 302.24º 0.55% 0.76% -
XYZ 34.95 22 51.12 -
YUV 130.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 194 87 190 0 0.55 0.02 0.24 302.24 0.47 0.55
Hex C2 57 BE 0 37 2 18 12E 2F 37
Octal 302 127 276 0 67 2 30 456 57 67
Binary 11000010 1010111 10111110 0 110111 10 11000 100101110 101111 110111

Color Harmonies of #C257BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257BE

Black with #C257BE

Text Example


Text Example

White with #C257BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257BE; }

 p { color: rgb(194,87,190); }

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

background-color css

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

 a { background-color: rgb(194,87,190); }

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

border-color css

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

 span { border-color: rgb(194,87,190); }

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