Html Css Color HEX #C42BBB Fuchsia

📋 copy color: '#C42BBB'

red 196 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #C42BBB

Tints of Fuchsia #C42BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 46.01%
G = 10.09%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C42BBB (or 0xC42BBB) is known color: Fuchsia. HEX triplet: C4, 2B and BB. RGB value is (196,43,187). Sum of RGB (Red+Green+Blue) = 196+43+187=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BBB is #3BD444. Grayscale: #686868. Windows color (decimal): -3920965 or 12266436. OLE color: 12266436.

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

Color convert

RGB 196 43 187 -
CMYK 0 0.78 0.05 0.23
HSL 303.53º 0.64% 0.47% -
HSV(B) 303.53º 0.78% 0.77% -
XYZ 32.6 17.05 48.59 -
YUV 105.16 174.19 192.79 -
System Red Green Blue C M Y K H S L
Decimal 196 43 187 0 0.78 0.05 0.23 303.53 0.64 0.47
Hex C4 2B BB 0 4E 5 17 130 40 2F
Octal 304 53 273 0 116 5 27 460 100 57
Binary 11000100 101011 10111011 0 1001110 101 10111 100110000 1000000 101111

Color Harmonies of #C42BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BBB

Black with #C42BBB

Text Example


Text Example

White with #C42BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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