Html Css Color HEX #C42FCC Fuchsia

📋 copy color: '#C42FCC'

red 196 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #C42FCC

Tints of Fuchsia #C42FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

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

R = 43.85%
G = 10.51%
B = 45.64%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C42FCC (or 0xC42FCC) is known color: Fuchsia. HEX triplet: C4, 2F and CC. RGB value is (196,47,204). Sum of RGB (Red+Green+Blue) = 196+47+204=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FCC is #3BD033. Grayscale: #6C6C6C. Windows color (decimal): -3919924 or 13381572. OLE color: 13381572.

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

Color convert

RGB 196 47 204 -
CMYK 0.04 0.77 0 0.2
HSL 296.94º 0.63% 0.49% -
HSV(B) 296.94º 0.77% 0.8% -
XYZ 34.68 18.13 58.8 -
YUV 109.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 196 47 204 0.04 0.77 0 0.2 296.94 0.63 0.49
Hex C4 2F CC 4 4D 0 14 129 3F 31
Octal 304 57 314 4 115 0 24 451 77 61
Binary 11000100 101111 11001100 100 1001101 0 10100 100101001 111111 110001

Color Harmonies of #C42FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FCC

Black with #C42FCC

Text Example


Text Example

White with #C42FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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