Html Css Color HEX #C430AD Fuchsia

📋 copy color: '#C430AD'

red 196 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #C430AD

Tints of Fuchsia #C430AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 47%
G = 11.51%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C430AD (or 0xC430AD) is known color: Fuchsia. HEX triplet: C4, 30 and AD. RGB value is (196,48,173). Sum of RGB (Red+Green+Blue) = 196+48+173=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AD is #3BCF52. Grayscale: #6A6A6A. Windows color (decimal): -3919699 or 11350212. OLE color: 11350212.

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

Color convert

RGB 196 48 173 -
CMYK 0 0.76 0.12 0.23
HSL 309.32º 0.61% 0.48% -
HSV(B) 309.32º 0.76% 0.77% -
XYZ 31.36 16.87 41.14 -
YUV 106.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 196 48 173 0 0.76 0.12 0.23 309.32 0.61 0.48
Hex C4 30 AD 0 4C C 17 135 3D 30
Octal 304 60 255 0 114 14 27 465 75 60
Binary 11000100 110000 10101101 0 1001100 1100 10111 100110101 111101 110000

Color Harmonies of #C430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430AD

Black with #C430AD

Text Example


Text Example

White with #C430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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