Html Css Color HEX #C043C8 Fuchsia

📋 copy color: '#C043C8'

red 192 ◦ green 67 ◦ blue 200

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

Shades of Fuchsia #C043C8

Tints of Fuchsia #C043C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.57%

R = 41.83%
G = 14.6%
B = 43.57%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C043C8 (or 0xC043C8) is known color: Fuchsia. HEX triplet: C0, 43 and C8. RGB value is (192,67,200). Sum of RGB (Red+Green+Blue) = 192+67+200=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #C043C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043C8 is #3FBC37. Grayscale: #777777. Windows color (decimal): -4176952 or 13124544. OLE color: 13124544.

HSL color Cylindrical-coordinate representation of color #C043C8: hue angle of 296.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C043C8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 67 200 -
CMYK 0.04 0.66 0 0.22
HSL 296.39º 0.55% 0.52% -
HSV(B) 296.39º 0.67% 0.78% -
XYZ 34.17 19.39 56.59 -
YUV 119.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 192 67 200 0.04 0.66 0 0.22 296.39 0.55 0.52
Hex C0 43 C8 4 42 0 16 128 37 34
Octal 300 103 310 4 102 0 26 450 67 64
Binary 11000000 1000011 11001000 100 1000010 0 10110 100101000 110111 110100

Color Harmonies of #C043C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043C8

Black with #C043C8

Text Example


Text Example

White with #C043C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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