Html Css Color HEX #C255B3 Fuchsia

📋 copy color: '#C255B3'

red 194 ◦ green 85 ◦ blue 179

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

Shades of Fuchsia #C255B3

Tints of Fuchsia #C255B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 42.36%
G = 18.56%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C255B3 (or 0xC255B3) is known color: Fuchsia. HEX triplet: C2, 55 and B3. RGB value is (194,85,179). Sum of RGB (Red+Green+Blue) = 194+85+179=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255B3 is #3DAA4C. Grayscale: #808080. Windows color (decimal): -4041293 or 11752898. OLE color: 11752898.

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

Color convert

RGB 194 85 179 -
CMYK 0 0.56 0.08 0.24
HSL 308.26º 0.47% 0.55% -
HSV(B) 308.26º 0.56% 0.76% -
XYZ 33.63 21.22 44.97 -
YUV 128.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 194 85 179 0 0.56 0.08 0.24 308.26 0.47 0.55
Hex C2 55 B3 0 38 8 18 134 2F 37
Octal 302 125 263 0 70 10 30 464 57 67
Binary 11000010 1010101 10110011 0 111000 1000 11000 100110100 101111 110111

Color Harmonies of #C255B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255B3

Black with #C255B3

Text Example


Text Example

White with #C255B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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