Html Css Color HEX #C243BB Fuchsia

📋 copy color: '#C243BB'

red 194 ◦ green 67 ◦ blue 187

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

Shades of Fuchsia #C243BB

Tints of Fuchsia #C243BB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.96%

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

R = 43.3%
G = 14.96%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C243BB (or 0xC243BB) is known color: Fuchsia. HEX triplet: C2, 43 and BB. RGB value is (194,67,187). Sum of RGB (Red+Green+Blue) = 194+67+187=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C243BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243BB is #3DBC44. Grayscale: #767676. Windows color (decimal): -4045893 or 12272578. OLE color: 12272578.

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

Color convert

RGB 194 67 187 -
CMYK 0 0.65 0.04 0.24
HSL 303.31º 0.51% 0.51% -
HSV(B) 303.31º 0.65% 0.76% -
XYZ 33.22 19.07 48.94 -
YUV 118.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 194 67 187 0 0.65 0.04 0.24 303.31 0.51 0.51
Hex C2 43 BB 0 41 4 18 12F 33 33
Octal 302 103 273 0 101 4 30 457 63 63
Binary 11000010 1000011 10111011 0 1000001 100 11000 100101111 110011 110011

Color Harmonies of #C243BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243BB

Black with #C243BB

Text Example


Text Example

White with #C243BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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