Html Css Color HEX #C331B2 Fuchsia

📋 copy color: '#C331B2'

red 195 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #C331B2

Tints of Fuchsia #C331B2

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

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

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

R = 46.21%
G = 11.61%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C331B2 (or 0xC331B2) is known color: Fuchsia. HEX triplet: C3, 31 and B2. RGB value is (195,49,178). Sum of RGB (Red+Green+Blue) = 195+49+178=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C331B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331B2 is #3CCE4D. Grayscale: #6A6A6A. Windows color (decimal): -3984974 or 11678147. OLE color: 11678147.

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

Color convert

RGB 195 49 178 -
CMYK 0 0.75 0.09 0.24
HSL 306.99º 0.6% 0.48% -
HSV(B) 306.99º 0.75% 0.76% -
XYZ 31.64 17.01 43.74 -
YUV 107.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 195 49 178 0 0.75 0.09 0.24 306.99 0.6 0.48
Hex C3 31 B2 0 4B 9 18 133 3C 30
Octal 303 61 262 0 113 11 30 463 74 60
Binary 11000011 110001 10110010 0 1001011 1001 11000 100110011 111100 110000

Color Harmonies of #C331B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331B2

Black with #C331B2

Text Example


Text Example

White with #C331B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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