Html Css Color HEX #C242B0 Fuchsia

📋 copy color: '#C242B0'

red 194 ◦ green 66 ◦ blue 176

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

Shades of Fuchsia #C242B0

Tints of Fuchsia #C242B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 44.5%
G = 15.14%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C242B0 (or 0xC242B0) is known color: Fuchsia. HEX triplet: C2, 42 and B0. RGB value is (194,66,176). Sum of RGB (Red+Green+Blue) = 194+66+176=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C242B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242B0 is #3DBD4F. Grayscale: #747474. Windows color (decimal): -4046160 or 11551426. OLE color: 11551426.

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

Color convert

RGB 194 66 176 -
CMYK 0 0.66 0.09 0.24
HSL 308.44º 0.51% 0.51% -
HSV(B) 308.44º 0.66% 0.76% -
XYZ 32.03 18.5 42.96 -
YUV 116.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 194 66 176 0 0.66 0.09 0.24 308.44 0.51 0.51
Hex C2 42 B0 0 42 9 18 134 33 33
Octal 302 102 260 0 102 11 30 464 63 63
Binary 11000010 1000010 10110000 0 1000010 1001 11000 100110100 110011 110011

Color Harmonies of #C242B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242B0

Black with #C242B0

Text Example


Text Example

White with #C242B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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