Html Css Color HEX #C430B1 Fuchsia

📋 copy color: '#C430B1'

red 196 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #C430B1

Tints of Fuchsia #C430B1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 46.56%
G = 11.4%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C430B1 (or 0xC430B1) is known color: Fuchsia. HEX triplet: C4, 30 and B1. RGB value is (196,48,177). Sum of RGB (Red+Green+Blue) = 196+48+177=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C430B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430B1 is #3BCF4E. Grayscale: #6A6A6A. Windows color (decimal): -3919695 or 11612356. OLE color: 11612356.

HSL color Cylindrical-coordinate representation of color #C430B1: hue angle of 307.7º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430B1 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 177 -
CMYK 0 0.76 0.10 0.23
HSL 307.7º 0.61% 0.48% -
HSV(B) 307.7º 0.76% 0.77% -
XYZ 31.76 17.02 43.21 -
YUV 106.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 196 48 177 0 0.76 0.10 0.23 307.7 0.61 0.48
Hex C4 30 B1 0 4C A 17 134 3D 30
Octal 304 60 261 0 114 12 27 464 75 60
Binary 11000100 110000 10110001 0 1001100 1010 10111 100110100 111101 110000

Color Harmonies of #C430B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430B1

Black with #C430B1

Text Example


Text Example

White with #C430B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430B1; }

 p { color: rgb(196,48,177); }

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

background-color css

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

 a { background-color: rgb(196,48,177); }

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

border-color css

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

 span { border-color: rgb(196,48,177); }

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