Html Css Color HEX #C255BA Fuchsia

📋 copy color: '#C255BA'

red 194 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #C255BA

Tints of Fuchsia #C255BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 41.72%
G = 18.28%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C255BA (or 0xC255BA) is known color: Fuchsia. HEX triplet: C2, 55 and BA. RGB value is (194,85,186). Sum of RGB (Red+Green+Blue) = 194+85+186=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C255BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255BA is #3DAA45. Grayscale: #808080. Windows color (decimal): -4041286 or 12211650. OLE color: 12211650.

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

Color convert

RGB 194 85 186 -
CMYK 0 0.56 0.04 0.24
HSL 304.4º 0.47% 0.55% -
HSV(B) 304.4º 0.56% 0.76% -
XYZ 34.36 21.51 48.8 -
YUV 129.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 194 85 186 0 0.56 0.04 0.24 304.4 0.47 0.55
Hex C2 55 BA 0 38 4 18 130 2F 37
Octal 302 125 272 0 70 4 30 460 57 67
Binary 11000010 1010101 10111010 0 111000 100 11000 100110000 101111 110111

Color Harmonies of #C255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255BA

Black with #C255BA

Text Example


Text Example

White with #C255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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