Html Css Color HEX #C42DBE Fuchsia

📋 copy color: '#C42DBE'

red 196 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #C42DBE

Tints of Fuchsia #C42DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 45.48%
G = 10.44%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C42DBE (or 0xC42DBE) is known color: Fuchsia. HEX triplet: C4, 2D and BE. RGB value is (196,45,190). Sum of RGB (Red+Green+Blue) = 196+45+190=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DBE is #3BD241. Grayscale: #6A6A6A. Windows color (decimal): -3920450 or 12463556. OLE color: 12463556.

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

Color convert

RGB 196 45 190 -
CMYK 0 0.77 0.03 0.23
HSL 302.38º 0.63% 0.47% -
HSV(B) 302.38º 0.77% 0.77% -
XYZ 33 17.33 50.32 -
YUV 106.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 196 45 190 0 0.77 0.03 0.23 302.38 0.63 0.47
Hex C4 2D BE 0 4D 3 17 12E 3F 2F
Octal 304 55 276 0 115 3 27 456 77 57
Binary 11000100 101101 10111110 0 1001101 11 10111 100101110 111111 101111

Color Harmonies of #C42DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DBE

Black with #C42DBE

Text Example


Text Example

White with #C42DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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