Html Css Color HEX #C255B5 Fuchsia

📋 copy color: '#C255B5'

red 194 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C255B5

Tints of Fuchsia #C255B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 42.17%
G = 18.48%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C255B5 (or 0xC255B5) is known color: Fuchsia. HEX triplet: C2, 55 and B5. RGB value is (194,85,181). Sum of RGB (Red+Green+Blue) = 194+85+181=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255B5 is #3DAA4A. Grayscale: #808080. Windows color (decimal): -4041291 or 11883970. OLE color: 11883970.

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

Color convert

RGB 194 85 181 -
CMYK 0 0.56 0.07 0.24
HSL 307.16º 0.47% 0.55% -
HSV(B) 307.16º 0.56% 0.76% -
XYZ 33.84 21.3 46.04 -
YUV 128.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 194 85 181 0 0.56 0.07 0.24 307.16 0.47 0.55
Hex C2 55 B5 0 38 7 18 133 2F 37
Octal 302 125 265 0 70 7 30 463 57 67
Binary 11000010 1010101 10110101 0 111000 111 11000 100110011 101111 110111

Color Harmonies of #C255B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255B5

Black with #C255B5

Text Example


Text Example

White with #C255B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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