Html Css Color HEX #C32DB0 Fuchsia

📋 copy color: '#C32DB0'

red 195 ◦ green 45 ◦ blue 176

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

Shades of Fuchsia #C32DB0

Tints of Fuchsia #C32DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 46.88%
G = 10.82%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C32DB0 (or 0xC32DB0) is known color: Fuchsia. HEX triplet: C3, 2D and B0. RGB value is (195,45,176). Sum of RGB (Red+Green+Blue) = 195+45+176=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DB0 is #3CD24F. Grayscale: #686868. Windows color (decimal): -3986000 or 11546051. OLE color: 11546051.

HSL color Cylindrical-coordinate representation of color #C32DB0: hue angle of 307.6º degrees, saturation: 0.62, 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 #C32DB0 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 176 -
CMYK 0 0.77 0.10 0.24
HSL 307.6º 0.63% 0.47% -
HSV(B) 307.6º 0.77% 0.76% -
XYZ 31.28 16.61 42.63 -
YUV 104.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 195 45 176 0 0.77 0.10 0.24 307.6 0.63 0.47
Hex C3 2D B0 0 4D A 18 134 3E 2F
Octal 303 55 260 0 115 12 30 464 76 57
Binary 11000011 101101 10110000 0 1001101 1010 11000 100110100 111110 101111

Color Harmonies of #C32DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DB0

Black with #C32DB0

Text Example


Text Example

White with #C32DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DB0; }

 p { color: rgb(195,45,176); }

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

background-color css

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

 a { background-color: rgb(195,45,176); }

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

border-color css

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

 span { border-color: rgb(195,45,176); }

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