Html Css Color HEX #C430B3 Fuchsia

📋 copy color: '#C430B3'

red 196 ◦ green 48 ◦ blue 179

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

Shades of Fuchsia #C430B3

Tints of Fuchsia #C430B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 46.34%
G = 11.35%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C430B3 (or 0xC430B3) is known color: Fuchsia. HEX triplet: C4, 30 and B3. RGB value is (196,48,179). Sum of RGB (Red+Green+Blue) = 196+48+179=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C430B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430B3 is #3BCF4C. Grayscale: #6A6A6A. Windows color (decimal): -3919693 or 11743428. OLE color: 11743428.

HSL color Cylindrical-coordinate representation of color #C430B3: hue angle of 306.89º 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 #C430B3 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 179 -
CMYK 0 0.76 0.09 0.23
HSL 306.89º 0.61% 0.48% -
HSV(B) 306.89º 0.76% 0.77% -
XYZ 31.96 17.1 44.26 -
YUV 107.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 196 48 179 0 0.76 0.09 0.23 306.89 0.61 0.48
Hex C4 30 B3 0 4C 9 17 133 3D 30
Octal 304 60 263 0 114 11 27 463 75 60
Binary 11000100 110000 10110011 0 1001100 1001 10111 100110011 111101 110000

Color Harmonies of #C430B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430B3

Black with #C430B3

Text Example


Text Example

White with #C430B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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