Html Css Color HEX #C243C6 Fuchsia

📋 copy color: '#C243C6'

red 194 ◦ green 67 ◦ blue 198

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

Shades of Fuchsia #C243C6

Tints of Fuchsia #C243C6

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

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

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

R = 42.27%
G = 14.6%
B = 43.14%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C243C6 (or 0xC243C6) is known color: Fuchsia. HEX triplet: C2, 43 and C6. RGB value is (194,67,198). Sum of RGB (Red+Green+Blue) = 194+67+198=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #C243C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243C6 is #3DBC39. Grayscale: #777777. Windows color (decimal): -4045882 or 12993474. OLE color: 12993474.

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

Color convert

RGB 194 67 198 -
CMYK 0.02 0.66 0 0.22
HSL 298.17º 0.53% 0.52% -
HSV(B) 298.17º 0.66% 0.78% -
XYZ 34.45 19.56 55.39 -
YUV 119.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 194 67 198 0.02 0.66 0 0.22 298.17 0.53 0.52
Hex C2 43 C6 2 42 0 16 12A 35 34
Octal 302 103 306 2 102 0 26 452 65 64
Binary 11000010 1000011 11000110 10 1000010 0 10110 100101010 110101 110100

Color Harmonies of #C243C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243C6

Black with #C243C6

Text Example


Text Example

White with #C243C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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