Html Css Color HEX #C042B7 Fuchsia

📋 copy color: '#C042B7'

red 192 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #C042B7

Tints of Fuchsia #C042B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 43.54%
G = 14.97%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C042B7 (or 0xC042B7) is known color: Fuchsia. HEX triplet: C0, 42 and B7. RGB value is (192,66,183). Sum of RGB (Red+Green+Blue) = 192+66+183=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B7 is #3FBD48. Grayscale: #747474. Windows color (decimal): -4177225 or 12010176. OLE color: 12010176.

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

Color convert

RGB 192 66 183 -
CMYK 0 0.66 0.05 0.25
HSL 304.29º 0.5% 0.51% -
HSV(B) 304.29º 0.66% 0.75% -
XYZ 32.23 18.52 46.68 -
YUV 117.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 192 66 183 0 0.66 0.05 0.25 304.29 0.5 0.51
Hex C0 42 B7 0 42 5 19 130 32 33
Octal 300 102 267 0 102 5 31 460 62 63
Binary 11000000 1000010 10110111 0 1000010 101 11001 100110000 110010 110011

Color Harmonies of #C042B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042B7

Black with #C042B7

Text Example


Text Example

White with #C042B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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