Html Css Color HEX #C42DC2 Fuchsia

📋 copy color: '#C42DC2'

red 196 ◦ green 45 ◦ blue 194

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

Shades of Fuchsia #C42DC2

Tints of Fuchsia #C42DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 45.06%
G = 10.34%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C42DC2 (or 0xC42DC2) is known color: Fuchsia. HEX triplet: C4, 2D and C2. RGB value is (196,45,194). Sum of RGB (Red+Green+Blue) = 196+45+194=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DC2 is #3BD23D. Grayscale: #6A6A6A. Windows color (decimal): -3920446 or 12725700. OLE color: 12725700.

HSL color Cylindrical-coordinate representation of color #C42DC2: hue angle of 300.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DC2 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 194 -
CMYK 0 0.77 0.01 0.23
HSL 300.79º 0.63% 0.47% -
HSV(B) 300.79º 0.77% 0.77% -
XYZ 33.44 17.51 52.66 -
YUV 107.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 196 45 194 0 0.77 0.01 0.23 300.79 0.63 0.47
Hex C4 2D C2 0 4D 1 17 12D 3F 2F
Octal 304 55 302 0 115 1 27 455 77 57
Binary 11000100 101101 11000010 0 1001101 1 10111 100101101 111111 101111

Color Harmonies of #C42DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DC2

Black with #C42DC2

Text Example


Text Example

White with #C42DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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