Html Css Color HEX #C255A7 Fuchsia

📋 copy color: '#C255A7'

red 194 ◦ green 85 ◦ blue 167

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

Shades of Fuchsia #C255A7

Tints of Fuchsia #C255A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.44%

R = 43.5%
G = 19.06%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C255A7 (or 0xC255A7) is known color: Fuchsia. HEX triplet: C2, 55 and A7. RGB value is (194,85,167). Sum of RGB (Red+Green+Blue) = 194+85+167=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A7 is #3DAA58. Grayscale: #7E7E7E. Windows color (decimal): -4041305 or 10966466. OLE color: 10966466.

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

Color convert

RGB 194 85 167 -
CMYK 0 0.56 0.14 0.24
HSL 314.86º 0.47% 0.55% -
HSV(B) 314.86º 0.56% 0.76% -
XYZ 32.47 20.76 38.85 -
YUV 126.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 194 85 167 0 0.56 0.14 0.24 314.86 0.47 0.55
Hex C2 55 A7 0 38 E 18 13B 2F 37
Octal 302 125 247 0 70 16 30 473 57 67
Binary 11000010 1010101 10100111 0 111000 1110 11000 100111011 101111 110111

Color Harmonies of #C255A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255A7

Black with #C255A7

Text Example


Text Example

White with #C255A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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