Html Css Color HEX #C231B5 Fuchsia

📋 copy color: '#C231B5'

red 194 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #C231B5

Tints of Fuchsia #C231B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 45.75%
G = 11.56%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C231B5 (or 0xC231B5) is known color: Fuchsia. HEX triplet: C2, 31 and B5. RGB value is (194,49,181). Sum of RGB (Red+Green+Blue) = 194+49+181=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231B5 is #3DCE4A. Grayscale: #6B6B6B. Windows color (decimal): -4050507 or 11874754. OLE color: 11874754.

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

Color convert

RGB 194 49 181 -
CMYK 0 0.75 0.07 0.24
HSL 305.38º 0.6% 0.48% -
HSV(B) 305.38º 0.75% 0.76% -
XYZ 31.69 17 45.33 -
YUV 107.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 194 49 181 0 0.75 0.07 0.24 305.38 0.6 0.48
Hex C2 31 B5 0 4B 7 18 131 3C 30
Octal 302 61 265 0 113 7 30 461 74 60
Binary 11000010 110001 10110101 0 1001011 111 11000 100110001 111100 110000

Color Harmonies of #C231B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231B5

Black with #C231B5

Text Example


Text Example

White with #C231B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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