Html Css Color HEX #C055C2 Fuchsia

📋 copy color: '#C055C2'

red 192 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #C055C2

Tints of Fuchsia #C055C2

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 40.76%
G = 18.05%
B = 41.19%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C055C2 (or 0xC055C2) is known color: Fuchsia. HEX triplet: C0, 55 and C2. RGB value is (192,85,194). Sum of RGB (Red+Green+Blue) = 192+85+194=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #C055C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C2 is #3FAA3D. Grayscale: #818181. Windows color (decimal): -4172350 or 12735936. OLE color: 12735936.

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

Color convert

RGB 192 85 194 -
CMYK 0.01 0.56 0 0.24
HSL 298.9º 0.47% 0.55% -
HSV(B) 298.9º 0.56% 0.76% -
XYZ 34.72 21.6 53.38 -
YUV 129.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 192 85 194 0.01 0.56 0 0.24 298.9 0.47 0.55
Hex C0 55 C2 1 38 0 18 12B 2F 37
Octal 300 125 302 1 70 0 30 453 57 67
Binary 11000000 1010101 11000010 1 111000 0 11000 100101011 101111 110111

Color Harmonies of #C055C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055C2

Black with #C055C2

Text Example


Text Example

White with #C055C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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