Html Css Color HEX #C43CB2 Fuchsia

📋 copy color: '#C43CB2'

red 196 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #C43CB2

Tints of Fuchsia #C43CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 45.16%
G = 13.82%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C43CB2 (or 0xC43CB2) is known color: Fuchsia. HEX triplet: C4, 3C and B2. RGB value is (196,60,178). Sum of RGB (Red+Green+Blue) = 196+60+178=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CB2 is #3BC34D. Grayscale: #717171. Windows color (decimal): -3916622 or 11680964. OLE color: 11680964.

HSL color Cylindrical-coordinate representation of color #C43CB2: hue angle of 307.94º 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 #C43CB2 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 178 -
CMYK 0 0.69 0.09 0.23
HSL 307.94º 0.54% 0.5% -
HSV(B) 307.94º 0.69% 0.77% -
XYZ 32.42 18.18 43.92 -
YUV 114.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 196 60 178 0 0.69 0.09 0.23 307.94 0.54 0.5
Hex C4 3C B2 0 45 9 17 134 36 32
Octal 304 74 262 0 105 11 27 464 66 62
Binary 11000100 111100 10110010 0 1000101 1001 10111 100110100 110110 110010

Color Harmonies of #C43CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CB2

Black with #C43CB2

Text Example


Text Example

White with #C43CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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