Html Css Color HEX #C32CB9 Fuchsia

📋 copy color: '#C32CB9'

red 195 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #C32CB9

Tints of Fuchsia #C32CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

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

R = 45.99%
G = 10.38%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C32CB9 (or 0xC32CB9) is known color: Fuchsia. HEX triplet: C3, 2C and B9. RGB value is (195,44,185). Sum of RGB (Red+Green+Blue) = 195+44+185=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CB9 is #3CD346. Grayscale: #686868. Windows color (decimal): -3986247 or 12135619. OLE color: 12135619.

HSL color Cylindrical-coordinate representation of color #C32CB9: hue angle of 303.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32CB9 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 44 185 -
CMYK 0 0.77 0.05 0.24
HSL 303.97º 0.63% 0.47% -
HSV(B) 303.97º 0.77% 0.76% -
XYZ 32.16 16.91 47.47 -
YUV 105.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 195 44 185 0 0.77 0.05 0.24 303.97 0.63 0.47
Hex C3 2C B9 0 4D 5 18 130 3F 2F
Octal 303 54 271 0 115 5 30 460 77 57
Binary 11000011 101100 10111001 0 1001101 101 11000 100110000 111111 101111

Color Harmonies of #C32CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CB9

Black with #C32CB9

Text Example


Text Example

White with #C32CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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