Html Css Color HEX #C255BC Fuchsia

📋 copy color: '#C255BC'

red 194 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #C255BC

Tints of Fuchsia #C255BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 41.54%
G = 18.2%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C255BC (or 0xC255BC) is known color: Fuchsia. HEX triplet: C2, 55 and BC. RGB value is (194,85,188). Sum of RGB (Red+Green+Blue) = 194+85+188=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C255BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255BC is #3DAA43. Grayscale: #818181. Windows color (decimal): -4041284 or 12342722. OLE color: 12342722.

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

Color convert

RGB 194 85 188 -
CMYK 0 0.56 0.03 0.24
HSL 303.3º 0.47% 0.55% -
HSV(B) 303.3º 0.56% 0.76% -
XYZ 34.57 21.6 49.92 -
YUV 129.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 194 85 188 0 0.56 0.03 0.24 303.3 0.47 0.55
Hex C2 55 BC 0 38 3 18 12F 2F 37
Octal 302 125 274 0 70 3 30 457 57 67
Binary 11000010 1010101 10111100 0 111000 11 11000 100101111 101111 110111

Color Harmonies of #C255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255BC

Black with #C255BC

Text Example


Text Example

White with #C255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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