Html Css Color HEX #C244B6 Fuchsia

📋 copy color: '#C244B6'

red 194 ◦ green 68 ◦ blue 182

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

Shades of Fuchsia #C244B6

Tints of Fuchsia #C244B6

RGB

 RED value IS 194 (76.17% from 255) = 43.69%

 GREEN value IS 68 (26.95% from 255) = 15.32%

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 43.69%
G = 15.32%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C244B6 (or 0xC244B6) is known color: Fuchsia. HEX triplet: C2, 44 and B6. RGB value is (194,68,182). Sum of RGB (Red+Green+Blue) = 194+68+182=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C244B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244B6 is #3DBB49. Grayscale: #767676. Windows color (decimal): -4045642 or 11945154. OLE color: 11945154.

HSL color Cylindrical-coordinate representation of color #C244B6: hue angle of 305.71º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C244B6 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 182 -
CMYK 0 0.65 0.06 0.24
HSL 305.71º 0.51% 0.51% -
HSV(B) 305.71º 0.65% 0.76% -
XYZ 32.76 18.98 46.19 -
YUV 118.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 194 68 182 0 0.65 0.06 0.24 305.71 0.51 0.51
Hex C2 44 B6 0 41 6 18 132 33 33
Octal 302 104 266 0 101 6 30 462 63 63
Binary 11000010 1000100 10110110 0 1000001 110 11000 100110010 110011 110011

Color Harmonies of #C244B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244B6

Black with #C244B6

Text Example


Text Example

White with #C244B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244B6; }

 p { color: rgb(194,68,182); }

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

background-color css

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

 a { background-color: rgb(194,68,182); }

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

border-color css

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

 span { border-color: rgb(194,68,182); }

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