Html Css Color HEX #C430BA Fuchsia

📋 copy color: '#C430BA'

red 196 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #C430BA

Tints of Fuchsia #C430BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 45.58%
G = 11.16%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C430BA (or 0xC430BA) is known color: Fuchsia. HEX triplet: C4, 30 and BA. RGB value is (196,48,186). Sum of RGB (Red+Green+Blue) = 196+48+186=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C430BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430BA is #3BCF45. Grayscale: #6B6B6B. Windows color (decimal): -3919686 or 12202180. OLE color: 12202180.

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

Color convert

RGB 196 48 186 -
CMYK 0 0.76 0.05 0.23
HSL 304.05º 0.61% 0.48% -
HSV(B) 304.05º 0.76% 0.77% -
XYZ 32.68 17.39 48.09 -
YUV 107.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 196 48 186 0 0.76 0.05 0.23 304.05 0.61 0.48
Hex C4 30 BA 0 4C 5 17 130 3D 30
Octal 304 60 272 0 114 5 27 460 75 60
Binary 11000100 110000 10111010 0 1001100 101 10111 100110000 111101 110000

Color Harmonies of #C430BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430BA

Black with #C430BA

Text Example


Text Example

White with #C430BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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