Html Css Color HEX #C431CB Fuchsia

📋 copy color: '#C431CB'

red 196 ◦ green 49 ◦ blue 203

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

Shades of Fuchsia #C431CB

Tints of Fuchsia #C431CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 43.75%
G = 10.94%
B = 45.31%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C431CB (or 0xC431CB) is known color: Fuchsia. HEX triplet: C4, 31 and CB. RGB value is (196,49,203). Sum of RGB (Red+Green+Blue) = 196+49+203=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C431CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431CB is #3BCE34. Grayscale: #6E6E6E. Windows color (decimal): -3919413 or 13316548. OLE color: 13316548.

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

Color convert

RGB 196 49 203 -
CMYK 0.03 0.76 0 0.20
HSL 297.27º 0.61% 0.49% -
HSV(B) 297.27º 0.76% 0.8% -
XYZ 34.64 18.24 58.2 -
YUV 110.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 196 49 203 0.03 0.76 0 0.20 297.27 0.61 0.49
Hex C4 31 CB 3 4C 0 14 129 3D 31
Octal 304 61 313 3 114 0 24 451 75 61
Binary 11000100 110001 11001011 11 1001100 0 10100 100101001 111101 110001

Color Harmonies of #C431CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431CB

Black with #C431CB

Text Example


Text Example

White with #C431CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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