Html Css Color HEX #C42CBC Fuchsia

📋 copy color: '#C42CBC'

red 196 ◦ green 44 ◦ blue 188

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

Shades of Fuchsia #C42CBC

Tints of Fuchsia #C42CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 45.79%
G = 10.28%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C42CBC (or 0xC42CBC) is known color: Fuchsia. HEX triplet: C4, 2C and BC. RGB value is (196,44,188). Sum of RGB (Red+Green+Blue) = 196+44+188=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CBC is #3BD343. Grayscale: #696969. Windows color (decimal): -3920708 or 12332228. OLE color: 12332228.

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

Color convert

RGB 196 44 188 -
CMYK 0 0.78 0.04 0.23
HSL 303.16º 0.63% 0.47% -
HSV(B) 303.16º 0.78% 0.77% -
XYZ 32.74 17.17 49.16 -
YUV 105.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 196 44 188 0 0.78 0.04 0.23 303.16 0.63 0.47
Hex C4 2C BC 0 4E 4 17 12F 3F 2F
Octal 304 54 274 0 116 4 27 457 77 57
Binary 11000100 101100 10111100 0 1001110 100 10111 100101111 111111 101111

Color Harmonies of #C42CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CBC

Black with #C42CBC

Text Example


Text Example

White with #C42CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CBC; }

 p { color: rgb(196,44,188); }

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

background-color css

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

 a { background-color: rgb(196,44,188); }

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

border-color css

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

 span { border-color: rgb(196,44,188); }

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