Html Css Color HEX #C43FC5 Fuchsia

📋 copy color: '#C43FC5'

red 196 ◦ green 63 ◦ blue 197

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

Shades of Fuchsia #C43FC5

Tints of Fuchsia #C43FC5

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

 GREEN value IS 63 (25% from 255) = 13.82%

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 42.98%
G = 13.82%
B = 43.2%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C43FC5 (or 0xC43FC5) is known color: Fuchsia. HEX triplet: C4, 3F and C5. RGB value is (196,63,197). Sum of RGB (Red+Green+Blue) = 196+63+197=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #C43FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FC5 is #3BC03A. Grayscale: #757575. Windows color (decimal): -3915835 or 12926916. OLE color: 12926916.

HSL color Cylindrical-coordinate representation of color #C43FC5: hue angle of 299.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FC5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 197 -
CMYK 0.01 0.68 0 0.23
HSL 299.55º 0.54% 0.51% -
HSV(B) 299.55º 0.68% 0.77% -
XYZ 34.62 19.32 54.73 -
YUV 118.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 196 63 197 0.01 0.68 0 0.23 299.55 0.54 0.51
Hex C4 3F C5 1 44 0 17 12C 36 33
Octal 304 77 305 1 104 0 27 454 66 63
Binary 11000100 111111 11000101 1 1000100 0 10111 100101100 110110 110011

Color Harmonies of #C43FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FC5

Black with #C43FC5

Text Example


Text Example

White with #C43FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FC5; }

 p { color: rgb(196,63,197); }

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

background-color css

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

 a { background-color: rgb(196,63,197); }

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

border-color css

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

 span { border-color: rgb(196,63,197); }

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