Html Css Color HEX #C42BBE Fuchsia

📋 copy color: '#C42BBE'

red 196 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #C42BBE

Tints of Fuchsia #C42BBE

RGB

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

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

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

R = 45.69%
G = 10.02%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C42BBE (or 0xC42BBE) is known color: Fuchsia. HEX triplet: C4, 2B and BE. RGB value is (196,43,190). Sum of RGB (Red+Green+Blue) = 196+43+190=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BBE is #3BD441. Grayscale: #696969. Windows color (decimal): -3920962 or 12463044. OLE color: 12463044.

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

Color convert

RGB 196 43 190 -
CMYK 0 0.78 0.03 0.23
HSL 302.35º 0.64% 0.47% -
HSV(B) 302.35º 0.78% 0.77% -
XYZ 32.92 17.18 50.3 -
YUV 105.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 196 43 190 0 0.78 0.03 0.23 302.35 0.64 0.47
Hex C4 2B BE 0 4E 3 17 12E 40 2F
Octal 304 53 276 0 116 3 27 456 100 57
Binary 11000100 101011 10111110 0 1001110 11 10111 100101110 1000000 101111

Color Harmonies of #C42BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BBE

Black with #C42BBE

Text Example


Text Example

White with #C42BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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