Html Css Color HEX #C231B2 Fuchsia

📋 copy color: '#C231B2'

red 194 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #C231B2

Tints of Fuchsia #C231B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.64%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 46.08%
G = 11.64%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C231B2 (or 0xC231B2) is known color: Fuchsia. HEX triplet: C2, 31 and B2. RGB value is (194,49,178). Sum of RGB (Red+Green+Blue) = 194+49+178=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231B2 is #3DCE4D. Grayscale: #6A6A6A. Windows color (decimal): -4050510 or 11678146. OLE color: 11678146.

HSL color Cylindrical-coordinate representation of color #C231B2: hue angle of 306.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231B2 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 178 -
CMYK 0 0.75 0.08 0.24
HSL 306.62º 0.6% 0.48% -
HSV(B) 306.62º 0.75% 0.76% -
XYZ 31.38 16.88 43.72 -
YUV 107.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 194 49 178 0 0.75 0.08 0.24 306.62 0.6 0.48
Hex C2 31 B2 0 4B 8 18 133 3C 30
Octal 302 61 262 0 113 10 30 463 74 60
Binary 11000010 110001 10110010 0 1001011 1000 11000 100110011 111100 110000

Color Harmonies of #C231B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231B2

Black with #C231B2

Text Example


Text Example

White with #C231B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231B2; }

 p { color: rgb(194,49,178); }

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

background-color css

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

 a { background-color: rgb(194,49,178); }

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

border-color css

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

 span { border-color: rgb(194,49,178); }

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