Html Css Color HEX #C430C1 Fuchsia

📋 copy color: '#C430C1'

red 196 ◦ green 48 ◦ blue 193

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

Shades of Fuchsia #C430C1

Tints of Fuchsia #C430C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 44.85%
G = 10.98%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C430C1 (or 0xC430C1) is known color: Fuchsia. HEX triplet: C4, 30 and C1. RGB value is (196,48,193). Sum of RGB (Red+Green+Blue) = 196+48+193=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C430C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430C1 is #3BCF3E. Grayscale: #6C6C6C. Windows color (decimal): -3919679 or 12660932. OLE color: 12660932.

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

Color convert

RGB 196 48 193 -
CMYK 0 0.76 0.02 0.23
HSL 301.22º 0.61% 0.48% -
HSV(B) 301.22º 0.76% 0.77% -
XYZ 33.45 17.7 52.11 -
YUV 108.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 196 48 193 0 0.76 0.02 0.23 301.22 0.61 0.48
Hex C4 30 C1 0 4C 2 17 12D 3D 30
Octal 304 60 301 0 114 2 27 455 75 60
Binary 11000100 110000 11000001 0 1001100 10 10111 100101101 111101 110000

Color Harmonies of #C430C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430C1

Black with #C430C1

Text Example


Text Example

White with #C430C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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