Html Css Color HEX #C43CBA Fuchsia

📋 copy color: '#C43CBA'

red 196 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #C43CBA

Tints of Fuchsia #C43CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 44.34%
G = 13.57%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C43CBA (or 0xC43CBA) is known color: Fuchsia. HEX triplet: C4, 3C and BA. RGB value is (196,60,186). Sum of RGB (Red+Green+Blue) = 196+60+186=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CBA is #3BC345. Grayscale: #727272. Windows color (decimal): -3916614 or 12205252. OLE color: 12205252.

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

Color convert

RGB 196 60 186 -
CMYK 0 0.69 0.05 0.23
HSL 304.41º 0.54% 0.5% -
HSV(B) 304.41º 0.69% 0.77% -
XYZ 33.24 18.51 48.28 -
YUV 115.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 196 60 186 0 0.69 0.05 0.23 304.41 0.54 0.5
Hex C4 3C BA 0 45 5 17 130 36 32
Octal 304 74 272 0 105 5 27 460 66 62
Binary 11000100 111100 10111010 0 1000101 101 10111 100110000 110110 110010

Color Harmonies of #C43CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CBA

Black with #C43CBA

Text Example


Text Example

White with #C43CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CBA; }

 p { color: rgb(196,60,186); }

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

background-color css

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

 a { background-color: rgb(196,60,186); }

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

border-color css

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

 span { border-color: rgb(196,60,186); }

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