Html Css Color HEX #C331B9 Fuchsia

📋 copy color: '#C331B9'

red 195 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #C331B9

Tints of Fuchsia #C331B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.12%

R = 45.45%
G = 11.42%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C331B9 (or 0xC331B9) is known color: Fuchsia. HEX triplet: C3, 31 and B9. RGB value is (195,49,185). Sum of RGB (Red+Green+Blue) = 195+49+185=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C331B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331B9 is #3CCE46. Grayscale: #6B6B6B. Windows color (decimal): -3984967 or 12136899. OLE color: 12136899.

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

Color convert

RGB 195 49 185 -
CMYK 0 0.75 0.05 0.24
HSL 304.11º 0.6% 0.48% -
HSV(B) 304.11º 0.75% 0.76% -
XYZ 32.36 17.3 47.53 -
YUV 108.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 195 49 185 0 0.75 0.05 0.24 304.11 0.6 0.48
Hex C3 31 B9 0 4B 5 18 130 3C 30
Octal 303 61 271 0 113 5 30 460 74 60
Binary 11000011 110001 10111001 0 1001011 101 11000 100110000 111100 110000

Color Harmonies of #C331B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331B9

Black with #C331B9

Text Example


Text Example

White with #C331B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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