Html Css Color HEX #C242BB Fuchsia

📋 copy color: '#C242BB'

red 194 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #C242BB

Tints of Fuchsia #C242BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 43.4%
G = 14.77%
B = 41.83%

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

#C242BB (or 0xC242BB) is known color: Fuchsia. HEX triplet: C2, 42 and BB. RGB value is (194,66,187). Sum of RGB (Red+Green+Blue) = 194+66+187=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C242BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242BB is #3DBD44. Grayscale: #757575. Windows color (decimal): -4046149 or 12272322. OLE color: 12272322.

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

Color convert

RGB 194 66 187 -
CMYK 0 0.66 0.04 0.24
HSL 303.28º 0.51% 0.51% -
HSV(B) 303.28º 0.66% 0.76% -
XYZ 33.17 18.95 48.92 -
YUV 118.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 194 66 187 0 0.66 0.04 0.24 303.28 0.51 0.51
Hex C2 42 BB 0 42 4 18 12F 33 33
Octal 302 102 273 0 102 4 30 457 63 63
Binary 11000010 1000010 10111011 0 1000010 100 11000 100101111 110011 110011

Color Harmonies of #C242BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242BB

Black with #C242BB

Text Example


Text Example

White with #C242BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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