Html Css Color HEX #C42FD0 Fuchsia

📋 copy color: '#C42FD0'

red 196 ◦ green 47 ◦ blue 208

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

Shades of Fuchsia #C42FD0

Tints of Fuchsia #C42FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 43.46%
G = 10.42%
B = 46.12%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C42FD0 (or 0xC42FD0) is known color: Fuchsia. HEX triplet: C4, 2F and D0. RGB value is (196,47,208). Sum of RGB (Red+Green+Blue) = 196+47+208=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #C42FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FD0 is #3BD02F. Grayscale: #6D6D6D. Windows color (decimal): -3919920 or 13643716. OLE color: 13643716.

HSL color Cylindrical-coordinate representation of color #C42FD0: hue angle of 295.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42FD0 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 47 208 -
CMYK 0.06 0.77 0 0.18
HSL 295.53º 0.63% 0.5% -
HSV(B) 295.53º 0.77% 0.82% -
XYZ 35.17 18.32 61.36 -
YUV 109.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 196 47 208 0.06 0.77 0 0.18 295.53 0.63 0.5
Hex C4 2F D0 6 4D 0 12 128 3F 32
Octal 304 57 320 6 115 0 22 450 77 62
Binary 11000100 101111 11010000 110 1001101 0 10010 100101000 111111 110010

Color Harmonies of #C42FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FD0

Black with #C42FD0

Text Example


Text Example

White with #C42FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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