Html Css Color HEX #C430B8 Fuchsia

📋 copy color: '#C430B8'

red 196 ◦ green 48 ◦ blue 184

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

Shades of Fuchsia #C430B8

Tints of Fuchsia #C430B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.99%

R = 45.79%
G = 11.21%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C430B8 (or 0xC430B8) is known color: Fuchsia. HEX triplet: C4, 30 and B8. RGB value is (196,48,184). Sum of RGB (Red+Green+Blue) = 196+48+184=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C430B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430B8 is #3BCF47. Grayscale: #6B6B6B. Windows color (decimal): -3919688 or 12071108. OLE color: 12071108.

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

Color convert

RGB 196 48 184 -
CMYK 0 0.76 0.06 0.23
HSL 304.86º 0.61% 0.48% -
HSV(B) 304.86º 0.76% 0.77% -
XYZ 32.47 17.31 46.98 -
YUV 107.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 196 48 184 0 0.76 0.06 0.23 304.86 0.61 0.48
Hex C4 30 B8 0 4C 6 17 131 3D 30
Octal 304 60 270 0 114 6 27 461 75 60
Binary 11000100 110000 10111000 0 1001100 110 10111 100110001 111101 110000

Color Harmonies of #C430B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430B8

Black with #C430B8

Text Example


Text Example

White with #C430B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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