Html Css Color HEX #C053B2 Fuchsia

📋 copy color: '#C053B2'

red 192 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #C053B2

Tints of Fuchsia #C053B2

RGB

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

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

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

R = 42.38%
G = 18.32%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C053B2 (or 0xC053B2) is known color: Fuchsia. HEX triplet: C0, 53 and B2. RGB value is (192,83,178). Sum of RGB (Red+Green+Blue) = 192+83+178=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053B2 is #3FAC4D. Grayscale: #7E7E7E. Windows color (decimal): -4172878 or 11686848. OLE color: 11686848.

HSL color Cylindrical-coordinate representation of color #C053B2: hue angle of 307.71º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053B2 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 178 -
CMYK 0 0.57 0.07 0.25
HSL 307.71º 0.46% 0.54% -
HSV(B) 307.71º 0.57% 0.75% -
XYZ 32.87 20.61 44.36 -
YUV 126.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 192 83 178 0 0.57 0.07 0.25 307.71 0.46 0.54
Hex C0 53 B2 0 39 7 19 134 2E 36
Octal 300 123 262 0 71 7 31 464 56 66
Binary 11000000 1010011 10110010 0 111001 111 11001 100110100 101110 110110

Color Harmonies of #C053B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053B2

Black with #C053B2

Text Example


Text Example

White with #C053B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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