Html Css Color HEX #C43CCC Fuchsia

📋 copy color: '#C43CCC'

red 196 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #C43CCC

Tints of Fuchsia #C43CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 42.61%
G = 13.04%
B = 44.35%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C43CCC (or 0xC43CCC) is known color: Fuchsia. HEX triplet: C4, 3C and CC. RGB value is (196,60,204). Sum of RGB (Red+Green+Blue) = 196+60+204=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #C43CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CCC is #3BC333. Grayscale: #747474. Windows color (decimal): -3916596 or 13384900. OLE color: 13384900.

HSL color Cylindrical-coordinate representation of color #C43CCC: hue angle of 296.67º 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 #C43CCC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 60 204 -
CMYK 0.04 0.71 0 0.2
HSL 296.67º 0.59% 0.52% -
HSV(B) 296.67º 0.71% 0.8% -
XYZ 35.28 19.33 59 -
YUV 117.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 196 60 204 0.04 0.71 0 0.2 296.67 0.59 0.52
Hex C4 3C CC 4 47 0 14 129 3B 34
Octal 304 74 314 4 107 0 24 451 73 64
Binary 11000100 111100 11001100 100 1000111 0 10100 100101001 111011 110100

Color Harmonies of #C43CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CCC

Black with #C43CCC

Text Example


Text Example

White with #C43CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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