Html Css Color HEX #C42DCE Fuchsia

📋 copy color: '#C42DCE'

red 196 ◦ green 45 ◦ blue 206

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

Shades of Fuchsia #C42DCE

Tints of Fuchsia #C42DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

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

R = 43.85%
G = 10.07%
B = 46.09%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C42DCE (or 0xC42DCE) is known color: Fuchsia. HEX triplet: C4, 2D and CE. RGB value is (196,45,206). Sum of RGB (Red+Green+Blue) = 196+45+206=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C42DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DCE is #3BD231. Grayscale: #6C6C6C. Windows color (decimal): -3920434 or 13512132. OLE color: 13512132.

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

Color convert

RGB 196 45 206 -
CMYK 0.05 0.78 0 0.19
HSL 296.27º 0.64% 0.49% -
HSV(B) 296.27º 0.78% 0.81% -
XYZ 34.84 18.07 60.04 -
YUV 108.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 196 45 206 0.05 0.78 0 0.19 296.27 0.64 0.49
Hex C4 2D CE 5 4E 0 13 128 40 31
Octal 304 55 316 5 116 0 23 450 100 61
Binary 11000100 101101 11001110 101 1001110 0 10011 100101000 1000000 110001

Color Harmonies of #C42DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DCE

Black with #C42DCE

Text Example


Text Example

White with #C42DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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