Html Css Color HEX #C430CC Fuchsia

📋 copy color: '#C430CC'

red 196 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #C430CC

Tints of Fuchsia #C430CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 43.75%
G = 10.71%
B = 45.54%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C430CC (or 0xC430CC) is known color: Fuchsia. HEX triplet: C4, 30 and CC. RGB value is (196,48,204). Sum of RGB (Red+Green+Blue) = 196+48+204=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C430CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CC is #3BCF33. Grayscale: #6D6D6D. Windows color (decimal): -3919668 or 13381828. OLE color: 13381828.

HSL color Cylindrical-coordinate representation of color #C430CC: hue angle of 296.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430CC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 48 204 -
CMYK 0.04 0.76 0 0.2
HSL 296.92º 0.62% 0.49% -
HSV(B) 296.92º 0.76% 0.8% -
XYZ 34.72 18.21 58.81 -
YUV 110.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 196 48 204 0.04 0.76 0 0.2 296.92 0.62 0.49
Hex C4 30 CC 4 4C 0 14 129 3E 31
Octal 304 60 314 4 114 0 24 451 76 61
Binary 11000100 110000 11001100 100 1001100 0 10100 100101001 111110 110001

Color Harmonies of #C430CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430CC

Black with #C430CC

Text Example


Text Example

White with #C430CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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