Html Css Color HEX #C255BE Fuchsia

📋 copy color: '#C255BE'

red 194 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #C255BE

Tints of Fuchsia #C255BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 41.36%
G = 18.12%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C255BE (or 0xC255BE) is known color: Fuchsia. HEX triplet: C2, 55 and BE. RGB value is (194,85,190). Sum of RGB (Red+Green+Blue) = 194+85+190=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C255BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255BE is #3DAA41. Grayscale: #818181. Windows color (decimal): -4041282 or 12473794. OLE color: 12473794.

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

Color convert

RGB 194 85 190 -
CMYK 0 0.56 0.02 0.24
HSL 302.2º 0.47% 0.55% -
HSV(B) 302.2º 0.56% 0.76% -
XYZ 34.79 21.68 51.07 -
YUV 129.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 194 85 190 0 0.56 0.02 0.24 302.2 0.47 0.55
Hex C2 55 BE 0 38 2 18 12E 2F 37
Octal 302 125 276 0 70 2 30 456 57 67
Binary 11000010 1010101 10111110 0 111000 10 11000 100101110 101111 110111

Color Harmonies of #C255BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255BE

Black with #C255BE

Text Example


Text Example

White with #C255BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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