Html Css Color HEX #C42BAF Fuchsia

📋 copy color: '#C42BAF'

red 196 ◦ green 43 ◦ blue 175

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

Shades of Fuchsia #C42BAF

Tints of Fuchsia #C42BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.39%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 47.34%
G = 10.39%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C42BAF (or 0xC42BAF) is known color: Fuchsia. HEX triplet: C4, 2B and AF. RGB value is (196,43,175). Sum of RGB (Red+Green+Blue) = 196+43+175=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BAF is #3BD450. Grayscale: #676767. Windows color (decimal): -3920977 or 11480004. OLE color: 11480004.

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

Color convert

RGB 196 43 175 -
CMYK 0 0.78 0.11 0.23
HSL 308.24º 0.64% 0.47% -
HSV(B) 308.24º 0.78% 0.77% -
XYZ 31.37 16.56 42.1 -
YUV 103.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 196 43 175 0 0.78 0.11 0.23 308.24 0.64 0.47
Hex C4 2B AF 0 4E B 17 134 40 2F
Octal 304 53 257 0 116 13 27 464 100 57
Binary 11000100 101011 10101111 0 1001110 1011 10111 100110100 1000000 101111

Color Harmonies of #C42BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BAF

Black with #C42BAF

Text Example


Text Example

White with #C42BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BAF; }

 p { color: rgb(196,43,175); }

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

background-color css

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

 a { background-color: rgb(196,43,175); }

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

border-color css

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

 span { border-color: rgb(196,43,175); }

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