Html Css Color HEX #C053C1 Fuchsia

📋 copy color: '#C053C1'

red 192 ◦ green 83 ◦ blue 193

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

Shades of Fuchsia #C053C1

Tints of Fuchsia #C053C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 41.03%
G = 17.74%
B = 41.24%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C053C1 (or 0xC053C1) is known color: Fuchsia. HEX triplet: C0, 53 and C1. RGB value is (192,83,193). Sum of RGB (Red+Green+Blue) = 192+83+193=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #C053C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053C1 is #3FAC3E. Grayscale: #7F7F7F. Windows color (decimal): -4172863 or 12669888. OLE color: 12669888.

HSL color Cylindrical-coordinate representation of color #C053C1: hue angle of 299.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053C1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 83 193 -
CMYK 0.01 0.57 0 0.24
HSL 299.45º 0.47% 0.54% -
HSV(B) 299.45º 0.57% 0.76% -
XYZ 34.46 21.24 52.74 -
YUV 128.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 192 83 193 0.01 0.57 0 0.24 299.45 0.47 0.54
Hex C0 53 C1 1 39 0 18 12B 2F 36
Octal 300 123 301 1 71 0 30 453 57 66
Binary 11000000 1010011 11000001 1 111001 0 11000 100101011 101111 110110

Color Harmonies of #C053C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053C1

Black with #C053C1

Text Example


Text Example

White with #C053C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053C1; }

 p { color: rgb(192,83,193); }

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

background-color css

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

 a { background-color: rgb(192,83,193); }

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

border-color css

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

 span { border-color: rgb(192,83,193); }

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