Html Css Color HEX #C442B4 Fuchsia

📋 copy color: '#C442B4'

red 196 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #C442B4

Tints of Fuchsia #C442B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 44.34%
G = 14.93%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C442B4 (or 0xC442B4) is known color: Fuchsia. HEX triplet: C4, 42 and B4. RGB value is (196,66,180). Sum of RGB (Red+Green+Blue) = 196+66+180=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C442B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442B4 is #3BBD4B. Grayscale: #757575. Windows color (decimal): -3915084 or 11813572. OLE color: 11813572.

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

Color convert

RGB 196 66 180 -
CMYK 0 0.66 0.08 0.23
HSL 307.38º 0.52% 0.51% -
HSV(B) 307.38º 0.66% 0.77% -
XYZ 32.95 18.93 45.1 -
YUV 117.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 196 66 180 0 0.66 0.08 0.23 307.38 0.52 0.51
Hex C4 42 B4 0 42 8 17 133 34 33
Octal 304 102 264 0 102 10 27 463 64 63
Binary 11000100 1000010 10110100 0 1000010 1000 10111 100110011 110100 110011

Color Harmonies of #C442B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442B4

Black with #C442B4

Text Example


Text Example

White with #C442B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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