Html Css Color HEX #C043B0 Fuchsia

📋 copy color: '#C043B0'

red 192 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #C043B0

Tints of Fuchsia #C043B0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.4%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 44.14%
G = 15.4%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C043B0 (or 0xC043B0) is known color: Fuchsia. HEX triplet: C0, 43 and B0. RGB value is (192,67,176). Sum of RGB (Red+Green+Blue) = 192+67+176=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043B0 is #3FBC4F. Grayscale: #747474. Windows color (decimal): -4176976 or 11551680. OLE color: 11551680.

HSL color Cylindrical-coordinate representation of color #C043B0: hue angle of 307.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043B0 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 176 -
CMYK 0 0.65 0.08 0.25
HSL 307.68º 0.5% 0.51% -
HSV(B) 307.68º 0.65% 0.75% -
XYZ 31.58 18.36 42.95 -
YUV 116.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 192 67 176 0 0.65 0.08 0.25 307.68 0.5 0.51
Hex C0 43 B0 0 41 8 19 134 32 33
Octal 300 103 260 0 101 10 31 464 62 63
Binary 11000000 1000011 10110000 0 1000001 1000 11001 100110100 110010 110011

Color Harmonies of #C043B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043B0

Black with #C043B0

Text Example


Text Example

White with #C043B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043B0; }

 p { color: rgb(192,67,176); }

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

background-color css

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

 a { background-color: rgb(192,67,176); }

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

border-color css

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

 span { border-color: rgb(192,67,176); }

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