Html Css Color HEX #C043C6 Fuchsia

📋 copy color: '#C043C6'

red 192 ◦ green 67 ◦ blue 198

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

Shades of Fuchsia #C043C6

Tints of Fuchsia #C043C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 42.01%
G = 14.66%
B = 43.33%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C043C6 (or 0xC043C6) is known color: Fuchsia. HEX triplet: C0, 43 and C6. RGB value is (192,67,198). Sum of RGB (Red+Green+Blue) = 192+67+198=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #C043C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043C6 is #3FBC39. Grayscale: #767676. Windows color (decimal): -4176954 or 12993472. OLE color: 12993472.

HSL color Cylindrical-coordinate representation of color #C043C6: hue angle of 297.25º degrees, saturation: 0.53, 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 #C043C6 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 67 198 -
CMYK 0.03 0.66 0 0.22
HSL 297.25º 0.53% 0.52% -
HSV(B) 297.25º 0.66% 0.78% -
XYZ 33.94 19.3 55.36 -
YUV 119.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 192 67 198 0.03 0.66 0 0.22 297.25 0.53 0.52
Hex C0 43 C6 3 42 0 16 129 35 34
Octal 300 103 306 3 102 0 26 451 65 64
Binary 11000000 1000011 11000110 11 1000010 0 10110 100101001 110101 110100

Color Harmonies of #C043C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043C6

Black with #C043C6

Text Example


Text Example

White with #C043C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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