Html Css Color HEX #C43CCA Fuchsia

📋 copy color: '#C43CCA'

red 196 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #C43CCA

Tints of Fuchsia #C43CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 42.79%
G = 13.1%
B = 44.1%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C43CCA (or 0xC43CCA) is known color: Fuchsia. HEX triplet: C4, 3C and CA. RGB value is (196,60,202). Sum of RGB (Red+Green+Blue) = 196+60+202=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C43CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CCA is #3BC335. Grayscale: #747474. Windows color (decimal): -3916598 or 13253828. OLE color: 13253828.

HSL color Cylindrical-coordinate representation of color #C43CCA: hue angle of 297.46º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43CCA is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 60 202 -
CMYK 0.03 0.70 0 0.21
HSL 297.46º 0.57% 0.51% -
HSV(B) 297.46º 0.7% 0.79% -
XYZ 35.04 19.23 57.74 -
YUV 116.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 196 60 202 0.03 0.70 0 0.21 297.46 0.57 0.51
Hex C4 3C CA 3 46 0 15 129 39 33
Octal 304 74 312 3 106 0 25 451 71 63
Binary 11000100 111100 11001010 11 1000110 0 10101 100101001 111001 110011

Color Harmonies of #C43CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CCA

Black with #C43CCA

Text Example


Text Example

White with #C43CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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