Html Css Color HEX #C42DBA Fuchsia

📋 copy color: '#C42DBA'

red 196 ◦ green 45 ◦ blue 186

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

Shades of Fuchsia #C42DBA

Tints of Fuchsia #C42DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 45.9%
G = 10.54%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C42DBA (or 0xC42DBA) is known color: Fuchsia. HEX triplet: C4, 2D and BA. RGB value is (196,45,186). Sum of RGB (Red+Green+Blue) = 196+45+186=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DBA is #3BD245. Grayscale: #696969. Windows color (decimal): -3920454 or 12201412. OLE color: 12201412.

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

Color convert

RGB 196 45 186 -
CMYK 0 0.77 0.05 0.23
HSL 303.97º 0.63% 0.47% -
HSV(B) 303.97º 0.77% 0.77% -
XYZ 32.57 17.16 48.05 -
YUV 106.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 196 45 186 0 0.77 0.05 0.23 303.97 0.63 0.47
Hex C4 2D BA 0 4D 5 17 130 3F 2F
Octal 304 55 272 0 115 5 27 460 77 57
Binary 11000100 101101 10111010 0 1001101 101 10111 100110000 111111 101111

Color Harmonies of #C42DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DBA

Black with #C42DBA

Text Example


Text Example

White with #C42DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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