Html Css Color HEX #C431CC Fuchsia

📋 copy color: '#C431CC'

red 196 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #C431CC

Tints of Fuchsia #C431CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.91%

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

R = 43.65%
G = 10.91%
B = 45.43%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C431CC (or 0xC431CC) is known color: Fuchsia. HEX triplet: C4, 31 and CC. RGB value is (196,49,204). Sum of RGB (Red+Green+Blue) = 196+49+204=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #C431CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431CC is #3BCE33. Grayscale: #6E6E6E. Windows color (decimal): -3919412 or 13382084. OLE color: 13382084.

HSL color Cylindrical-coordinate representation of color #C431CC: hue angle of 296.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C431CC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 49 204 -
CMYK 0.04 0.76 0 0.2
HSL 296.9º 0.61% 0.5% -
HSV(B) 296.9º 0.76% 0.8% -
XYZ 34.76 18.29 58.83 -
YUV 110.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 196 49 204 0.04 0.76 0 0.2 296.9 0.61 0.5
Hex C4 31 CC 4 4C 0 14 129 3D 32
Octal 304 61 314 4 114 0 24 451 75 62
Binary 11000100 110001 11001100 100 1001100 0 10100 100101001 111101 110010

Color Harmonies of #C431CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431CC

Black with #C431CC

Text Example


Text Example

White with #C431CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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