Html Css Color HEX #C232B1 Fuchsia

📋 copy color: '#C232B1'

red 194 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #C232B1

Tints of Fuchsia #C232B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.88%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 46.08%
G = 11.88%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C232B1 (or 0xC232B1) is known color: Fuchsia. HEX triplet: C2, 32 and B1. RGB value is (194,50,177). Sum of RGB (Red+Green+Blue) = 194+50+177=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C232B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232B1 is #3DCD4E. Grayscale: #6B6B6B. Windows color (decimal): -4050255 or 11612866. OLE color: 11612866.

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

Color convert

RGB 194 50 177 -
CMYK 0 0.74 0.09 0.24
HSL 307.08º 0.59% 0.48% -
HSV(B) 307.08º 0.74% 0.76% -
XYZ 31.32 16.92 43.21 -
YUV 107.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 194 50 177 0 0.74 0.09 0.24 307.08 0.59 0.48
Hex C2 32 B1 0 4A 9 18 133 3B 30
Octal 302 62 261 0 112 11 30 463 73 60
Binary 11000010 110010 10110001 0 1001010 1001 11000 100110011 111011 110000

Color Harmonies of #C232B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232B1

Black with #C232B1

Text Example


Text Example

White with #C232B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232B1; }

 p { color: rgb(194,50,177); }

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

background-color css

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

 a { background-color: rgb(194,50,177); }

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

border-color css

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

 span { border-color: rgb(194,50,177); }

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