Html Css Color HEX #C255B2 Fuchsia

📋 copy color: '#C255B2'

red 194 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #C255B2

Tints of Fuchsia #C255B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 42.45%
G = 18.6%
B = 38.95%

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

#C255B2 (or 0xC255B2) is known color: Fuchsia. HEX triplet: C2, 55 and B2. RGB value is (194,85,178). Sum of RGB (Red+Green+Blue) = 194+85+178=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255B2 is #3DAA4D. Grayscale: #7F7F7F. Windows color (decimal): -4041294 or 11687362. OLE color: 11687362.

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

Color convert

RGB 194 85 178 -
CMYK 0 0.56 0.08 0.24
HSL 308.81º 0.47% 0.55% -
HSV(B) 308.81º 0.56% 0.76% -
XYZ 33.53 21.18 44.44 -
YUV 128.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 194 85 178 0 0.56 0.08 0.24 308.81 0.47 0.55
Hex C2 55 B2 0 38 8 18 135 2F 37
Octal 302 125 262 0 70 10 30 465 57 67
Binary 11000010 1010101 10110010 0 111000 1000 11000 100110101 101111 110111

Color Harmonies of #C255B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255B2

Black with #C255B2

Text Example


Text Example

White with #C255B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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