Html Css Color HEX #C43DCD Fuchsia

📋 copy color: '#C43DCD'

red 196 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #C43DCD

Tints of Fuchsia #C43DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.2%

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

R = 42.42%
G = 13.2%
B = 44.37%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C43DCD (or 0xC43DCD) is known color: Fuchsia. HEX triplet: C4, 3D and CD. RGB value is (196,61,205). Sum of RGB (Red+Green+Blue) = 196+61+205=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DCD is #3BC232. Grayscale: #757575. Windows color (decimal): -3916339 or 13450692. OLE color: 13450692.

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

Color convert

RGB 196 61 205 -
CMYK 0.04 0.70 0 0.20
HSL 296.25º 0.59% 0.52% -
HSV(B) 296.25º 0.7% 0.8% -
XYZ 35.45 19.48 59.65 -
YUV 117.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 196 61 205 0.04 0.70 0 0.20 296.25 0.59 0.52
Hex C4 3D CD 4 46 0 14 128 3B 34
Octal 304 75 315 4 106 0 24 450 73 64
Binary 11000100 111101 11001101 100 1000110 0 10100 100101000 111011 110100

Color Harmonies of #C43DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43DCD

Black with #C43DCD

Text Example


Text Example

White with #C43DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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