Html Css Color HEX #C255B0 Fuchsia

📋 copy color: '#C255B0'

red 194 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #C255B0

Tints of Fuchsia #C255B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 42.64%
G = 18.68%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C255B0 (or 0xC255B0) is known color: Fuchsia. HEX triplet: C2, 55 and B0. RGB value is (194,85,176). Sum of RGB (Red+Green+Blue) = 194+85+176=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255B0 is #3DAA4F. Grayscale: #7F7F7F. Windows color (decimal): -4041296 or 11556290. OLE color: 11556290.

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

Color convert

RGB 194 85 176 -
CMYK 0 0.56 0.09 0.24
HSL 309.91º 0.47% 0.55% -
HSV(B) 309.91º 0.56% 0.76% -
XYZ 33.33 21.1 43.39 -
YUV 127.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 194 85 176 0 0.56 0.09 0.24 309.91 0.47 0.55
Hex C2 55 B0 0 38 9 18 136 2F 37
Octal 302 125 260 0 70 11 30 466 57 67
Binary 11000010 1010101 10110000 0 111000 1001 11000 100110110 101111 110111

Color Harmonies of #C255B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255B0

Black with #C255B0

Text Example


Text Example

White with #C255B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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