Html Css Color HEX #C32CAD Fuchsia

📋 copy color: '#C32CAD'

red 195 ◦ green 44 ◦ blue 173

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

Shades of Fuchsia #C32CAD

Tints of Fuchsia #C32CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 47.33%
G = 10.68%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C32CAD (or 0xC32CAD) is known color: Fuchsia. HEX triplet: C3, 2C and AD. RGB value is (195,44,173). Sum of RGB (Red+Green+Blue) = 195+44+173=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32CAD is #3CD352. Grayscale: #676767. Windows color (decimal): -3986259 or 11349187. OLE color: 11349187.

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

Color convert

RGB 195 44 173 -
CMYK 0 0.77 0.11 0.24
HSL 308.74º 0.63% 0.47% -
HSV(B) 308.74º 0.77% 0.76% -
XYZ 30.95 16.42 41.07 -
YUV 103.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 195 44 173 0 0.77 0.11 0.24 308.74 0.63 0.47
Hex C3 2C AD 0 4D B 18 135 3F 2F
Octal 303 54 255 0 115 13 30 465 77 57
Binary 11000011 101100 10101101 0 1001101 1011 11000 100110101 111111 101111

Color Harmonies of #C32CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CAD

Black with #C32CAD

Text Example


Text Example

White with #C32CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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