Html Css Color HEX #C043A7 Fuchsia

📋 copy color: '#C043A7'

red 192 ◦ green 67 ◦ blue 167

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

Shades of Fuchsia #C043A7

Tints of Fuchsia #C043A7

RGB

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

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

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

R = 45.07%
G = 15.73%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C043A7 (or 0xC043A7) is known color: Fuchsia. HEX triplet: C0, 43 and A7. RGB value is (192,67,167). Sum of RGB (Red+Green+Blue) = 192+67+167=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A7 is #3FBC58. Grayscale: #737373. Windows color (decimal): -4176985 or 10961856. OLE color: 10961856.

HSL color Cylindrical-coordinate representation of color #C043A7: hue angle of 312º 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 #C043A7 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 167 -
CMYK 0 0.65 0.13 0.25
HSL 312º 0.5% 0.51% -
HSV(B) 312º 0.65% 0.75% -
XYZ 30.72 18.01 38.42 -
YUV 115.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 192 67 167 0 0.65 0.13 0.25 312 0.5 0.51
Hex C0 43 A7 0 41 D 19 138 32 33
Octal 300 103 247 0 101 15 31 470 62 63
Binary 11000000 1000011 10100111 0 1000001 1101 11001 100111000 110010 110011

Color Harmonies of #C043A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043A7

Black with #C043A7

Text Example


Text Example

White with #C043A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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