Html Css Color HEX #C42FCE Fuchsia

📋 copy color: '#C42FCE'

red 196 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C42FCE

Tints of Fuchsia #C42FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 43.65%
G = 10.47%
B = 45.88%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C42FCE (or 0xC42FCE) is known color: Fuchsia. HEX triplet: C4, 2F and CE. RGB value is (196,47,206). Sum of RGB (Red+Green+Blue) = 196+47+206=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C42FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FCE is #3BD031. Grayscale: #6D6D6D. Windows color (decimal): -3919922 or 13512644. OLE color: 13512644.

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

Color convert

RGB 196 47 206 -
CMYK 0.05 0.77 0 0.19
HSL 296.23º 0.63% 0.5% -
HSV(B) 296.23º 0.77% 0.81% -
XYZ 34.92 18.23 60.07 -
YUV 109.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 196 47 206 0.05 0.77 0 0.19 296.23 0.63 0.5
Hex C4 2F CE 5 4D 0 13 128 3F 32
Octal 304 57 316 5 115 0 23 450 77 62
Binary 11000100 101111 11001110 101 1001101 0 10011 100101000 111111 110010

Color Harmonies of #C42FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FCE

Black with #C42FCE

Text Example


Text Example

White with #C42FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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