Html Css Color HEX #C42CCE Fuchsia

📋 copy color: '#C42CCE'

red 196 ◦ green 44 ◦ blue 206

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

Shades of Fuchsia #C42CCE

Tints of Fuchsia #C42CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

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

R = 43.95%
G = 9.87%
B = 46.19%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C42CCE (or 0xC42CCE) is known color: Fuchsia. HEX triplet: C4, 2C and CE. RGB value is (196,44,206). Sum of RGB (Red+Green+Blue) = 196+44+206=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #C42CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CCE is #3BD331. Grayscale: #6B6B6B. Windows color (decimal): -3920690 or 13511876. OLE color: 13511876.

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

Color convert

RGB 196 44 206 -
CMYK 0.05 0.79 0 0.19
HSL 296.3º 0.65% 0.49% -
HSV(B) 296.3º 0.79% 0.81% -
XYZ 34.81 17.99 60.03 -
YUV 107.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 196 44 206 0.05 0.79 0 0.19 296.3 0.65 0.49
Hex C4 2C CE 5 4F 0 13 128 41 31
Octal 304 54 316 5 117 0 23 450 101 61
Binary 11000100 101100 11001110 101 1001111 0 10011 100101000 1000001 110001

Color Harmonies of #C42CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CCE

Black with #C42CCE

Text Example


Text Example

White with #C42CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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