Html Css Color HEX #C42DB6 Fuchsia

📋 copy color: '#C42DB6'

red 196 ◦ green 45 ◦ blue 182

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

Shades of Fuchsia #C42DB6

Tints of Fuchsia #C42DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 46.34%
G = 10.64%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C42DB6 (or 0xC42DB6) is known color: Fuchsia. HEX triplet: C4, 2D and B6. RGB value is (196,45,182). Sum of RGB (Red+Green+Blue) = 196+45+182=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DB6 is #3BD249. Grayscale: #696969. Windows color (decimal): -3920458 or 11939268. OLE color: 11939268.

HSL color Cylindrical-coordinate representation of color #C42DB6: hue angle of 305.56º 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 #C42DB6 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 182 -
CMYK 0 0.77 0.07 0.23
HSL 305.56º 0.63% 0.47% -
HSV(B) 305.56º 0.77% 0.77% -
XYZ 32.15 16.99 45.84 -
YUV 105.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 196 45 182 0 0.77 0.07 0.23 305.56 0.63 0.47
Hex C4 2D B6 0 4D 7 17 132 3F 2F
Octal 304 55 266 0 115 7 27 462 77 57
Binary 11000100 101101 10110110 0 1001101 111 10111 100110010 111111 101111

Color Harmonies of #C42DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DB6

Black with #C42DB6

Text Example


Text Example

White with #C42DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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