Html Css Color HEX #C242BA Fuchsia

📋 copy color: '#C242BA'

red 194 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #C242BA

Tints of Fuchsia #C242BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 43.5%
G = 14.8%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C242BA (or 0xC242BA) is known color: Fuchsia. HEX triplet: C2, 42 and BA. RGB value is (194,66,186). Sum of RGB (Red+Green+Blue) = 194+66+186=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C242BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242BA is #3DBD45. Grayscale: #757575. Windows color (decimal): -4046150 or 12206786. OLE color: 12206786.

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

Color convert

RGB 194 66 186 -
CMYK 0 0.66 0.04 0.24
HSL 303.75º 0.51% 0.51% -
HSV(B) 303.75º 0.66% 0.76% -
XYZ 33.06 18.91 48.36 -
YUV 117.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 194 66 186 0 0.66 0.04 0.24 303.75 0.51 0.51
Hex C2 42 BA 0 42 4 18 130 33 33
Octal 302 102 272 0 102 4 30 460 63 63
Binary 11000010 1000010 10111010 0 1000010 100 11000 100110000 110011 110011

Color Harmonies of #C242BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242BA

Black with #C242BA

Text Example


Text Example

White with #C242BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242BA; }

 p { color: rgb(194,66,186); }

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

background-color css

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

 a { background-color: rgb(194,66,186); }

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

border-color css

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

 span { border-color: rgb(194,66,186); }

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