Html Css Color HEX #C442B7 Fuchsia

📋 copy color: '#C442B7'

red 196 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #C442B7

Tints of Fuchsia #C442B7

RGB

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

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

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

R = 44.04%
G = 14.83%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C442B7 (or 0xC442B7) is known color: Fuchsia. HEX triplet: C4, 42 and B7. RGB value is (196,66,183). Sum of RGB (Red+Green+Blue) = 196+66+183=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C442B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442B7 is #3BBD48. Grayscale: #757575. Windows color (decimal): -3915081 or 12010180. OLE color: 12010180.

HSL color Cylindrical-coordinate representation of color #C442B7: hue angle of 306º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442B7 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 183 -
CMYK 0 0.66 0.07 0.23
HSL 306º 0.52% 0.51% -
HSV(B) 306º 0.66% 0.77% -
XYZ 33.26 19.05 46.72 -
YUV 118.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 196 66 183 0 0.66 0.07 0.23 306 0.52 0.51
Hex C4 42 B7 0 42 7 17 132 34 33
Octal 304 102 267 0 102 7 27 462 64 63
Binary 11000100 1000010 10110111 0 1000010 111 10111 100110010 110100 110011

Color Harmonies of #C442B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442B7

Black with #C442B7

Text Example


Text Example

White with #C442B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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