Html Css Color HEX #C430AF Fuchsia

📋 copy color: '#C430AF'

red 196 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #C430AF

Tints of Fuchsia #C430AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 46.78%
G = 11.46%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C430AF (or 0xC430AF) is known color: Fuchsia. HEX triplet: C4, 30 and AF. RGB value is (196,48,175). Sum of RGB (Red+Green+Blue) = 196+48+175=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AF is #3BCF50. Grayscale: #6A6A6A. Windows color (decimal): -3919697 or 11481284. OLE color: 11481284.

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

Color convert

RGB 196 48 175 -
CMYK 0 0.76 0.11 0.23
HSL 308.51º 0.61% 0.48% -
HSV(B) 308.51º 0.76% 0.77% -
XYZ 31.56 16.94 42.16 -
YUV 106.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 196 48 175 0 0.76 0.11 0.23 308.51 0.61 0.48
Hex C4 30 AF 0 4C B 17 135 3D 30
Octal 304 60 257 0 114 13 27 465 75 60
Binary 11000100 110000 10101111 0 1001100 1011 10111 100110101 111101 110000

Color Harmonies of #C430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430AF

Black with #C430AF

Text Example


Text Example

White with #C430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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