Html Css Color HEX #C042BC Fuchsia

📋 copy color: '#C042BC'

red 192 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #C042BC

Tints of Fuchsia #C042BC

RGB

 RED value IS 192 (75.39% from 255) = 43.05%

 GREEN value IS 66 (26.17% from 255) = 14.8%

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

R = 43.05%
G = 14.8%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C042BC (or 0xC042BC) is known color: Fuchsia. HEX triplet: C0, 42 and BC. RGB value is (192,66,188). Sum of RGB (Red+Green+Blue) = 192+66+188=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C042BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042BC is #3FBD43. Grayscale: #757575. Windows color (decimal): -4177220 or 12337856. OLE color: 12337856.

HSL color Cylindrical-coordinate representation of color #C042BC: hue angle of 301.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042BC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 188 -
CMYK 0 0.66 0.02 0.25
HSL 301.9º 0.5% 0.51% -
HSV(B) 301.9º 0.66% 0.75% -
XYZ 32.76 18.73 49.47 -
YUV 117.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 192 66 188 0 0.66 0.02 0.25 301.9 0.5 0.51
Hex C0 42 BC 0 42 2 19 12E 32 33
Octal 300 102 274 0 102 2 31 456 62 63
Binary 11000000 1000010 10111100 0 1000010 10 11001 100101110 110010 110011

Color Harmonies of #C042BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042BC

Black with #C042BC

Text Example


Text Example

White with #C042BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042BC; }

 p { color: rgb(192,66,188); }

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

background-color css

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

 a { background-color: rgb(192,66,188); }

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

border-color css

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

 span { border-color: rgb(192,66,188); }

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