Html Css Color HEX #C43CB4 Fuchsia

📋 copy color: '#C43CB4'

red 196 ◦ green 60 ◦ blue 180

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

Shades of Fuchsia #C43CB4

Tints of Fuchsia #C43CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 44.95%
G = 13.76%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C43CB4 (or 0xC43CB4) is known color: Fuchsia. HEX triplet: C4, 3C and B4. RGB value is (196,60,180). Sum of RGB (Red+Green+Blue) = 196+60+180=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CB4 is #3BC34B. Grayscale: #717171. Windows color (decimal): -3916620 or 11812036. OLE color: 11812036.

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

Color convert

RGB 196 60 180 -
CMYK 0 0.69 0.08 0.23
HSL 307.06º 0.54% 0.5% -
HSV(B) 307.06º 0.69% 0.77% -
XYZ 32.62 18.26 44.99 -
YUV 114.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 196 60 180 0 0.69 0.08 0.23 307.06 0.54 0.5
Hex C4 3C B4 0 45 8 17 133 36 32
Octal 304 74 264 0 105 10 27 463 66 62
Binary 11000100 111100 10110100 0 1000101 1000 10111 100110011 110110 110010

Color Harmonies of #C43CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CB4

Black with #C43CB4

Text Example


Text Example

White with #C43CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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