Html Css Color HEX #C43BCD Fuchsia

📋 copy color: '#C43BCD'

red 196 ◦ green 59 ◦ blue 205

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

Shades of Fuchsia #C43BCD

Tints of Fuchsia #C43BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 42.61%
G = 12.83%
B = 44.57%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C43BCD (or 0xC43BCD) is known color: Fuchsia. HEX triplet: C4, 3B and CD. RGB value is (196,59,205). Sum of RGB (Red+Green+Blue) = 196+59+205=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BCD is #3BC432. Grayscale: #747474. Windows color (decimal): -3916851 or 13450180. OLE color: 13450180.

HSL color Cylindrical-coordinate representation of color #C43BCD: hue angle of 296.3º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43BCD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 59 205 -
CMYK 0.04 0.71 0 0.20
HSL 296.3º 0.59% 0.52% -
HSV(B) 296.3º 0.71% 0.8% -
XYZ 35.35 19.27 59.61 -
YUV 116.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 196 59 205 0.04 0.71 0 0.20 296.3 0.59 0.52
Hex C4 3B CD 4 47 0 14 128 3B 34
Octal 304 73 315 4 107 0 24 450 73 64
Binary 11000100 111011 11001101 100 1000111 0 10100 100101000 111011 110100

Color Harmonies of #C43BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BCD

Black with #C43BCD

Text Example


Text Example

White with #C43BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BCD; }

 p { color: rgb(196,59,205); }

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

background-color css

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

 a { background-color: rgb(196,59,205); }

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

border-color css

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

 span { border-color: rgb(196,59,205); }

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