Html Css Color HEX #C43ACD Fuchsia

📋 copy color: '#C43ACD'

red 196 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #C43ACD

Tints of Fuchsia #C43ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

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

R = 42.7%
G = 12.64%
B = 44.66%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C43ACD (or 0xC43ACD) is known color: Fuchsia. HEX triplet: C4, 3A and CD. RGB value is (196,58,205). Sum of RGB (Red+Green+Blue) = 196+58+205=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ACD is #3BC532. Grayscale: #737373. Windows color (decimal): -3917107 or 13449924. OLE color: 13449924.

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

Color convert

RGB 196 58 205 -
CMYK 0.04 0.72 0 0.20
HSL 296.33º 0.6% 0.52% -
HSV(B) 296.33º 0.72% 0.8% -
XYZ 35.3 19.17 59.6 -
YUV 116.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 196 58 205 0.04 0.72 0 0.20 296.33 0.6 0.52
Hex C4 3A CD 4 48 0 14 128 3C 34
Octal 304 72 315 4 110 0 24 450 74 64
Binary 11000100 111010 11001101 100 1001000 0 10100 100101000 111100 110100

Color Harmonies of #C43ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ACD

Black with #C43ACD

Text Example


Text Example

White with #C43ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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