Html Css Color HEX #C430B2 Fuchsia

📋 copy color: '#C430B2'

red 196 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #C430B2

Tints of Fuchsia #C430B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 46.45%
G = 11.37%
B = 42.18%

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

#C430B2 (or 0xC430B2) is known color: Fuchsia. HEX triplet: C4, 30 and B2. RGB value is (196,48,178). Sum of RGB (Red+Green+Blue) = 196+48+178=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C430B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430B2 is #3BCF4D. Grayscale: #6A6A6A. Windows color (decimal): -3919694 or 11677892. OLE color: 11677892.

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

Color convert

RGB 196 48 178 -
CMYK 0 0.76 0.09 0.23
HSL 307.3º 0.61% 0.48% -
HSV(B) 307.3º 0.76% 0.77% -
XYZ 31.86 17.06 43.73 -
YUV 107.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 196 48 178 0 0.76 0.09 0.23 307.3 0.61 0.48
Hex C4 30 B2 0 4C 9 17 133 3D 30
Octal 304 60 262 0 114 11 27 463 75 60
Binary 11000100 110000 10110010 0 1001100 1001 10111 100110011 111101 110000

Color Harmonies of #C430B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430B2

Black with #C430B2

Text Example


Text Example

White with #C430B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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