Html Css Color HEX #C32DAF Fuchsia

📋 copy color: '#C32DAF'

red 195 ◦ green 45 ◦ blue 175

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

Shades of Fuchsia #C32DAF

Tints of Fuchsia #C32DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 46.99%
G = 10.84%
B = 42.17%

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

#C32DAF (or 0xC32DAF) is known color: Fuchsia. HEX triplet: C3, 2D and AF. RGB value is (195,45,175). Sum of RGB (Red+Green+Blue) = 195+45+175=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DAF is #3CD250. Grayscale: #686868. Windows color (decimal): -3986001 or 11480515. OLE color: 11480515.

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

Color convert

RGB 195 45 175 -
CMYK 0 0.77 0.10 0.24
HSL 308º 0.63% 0.47% -
HSV(B) 308º 0.77% 0.76% -
XYZ 31.18 16.57 42.11 -
YUV 104.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 195 45 175 0 0.77 0.10 0.24 308 0.63 0.47
Hex C3 2D AF 0 4D A 18 134 3E 2F
Octal 303 55 257 0 115 12 30 464 76 57
Binary 11000011 101101 10101111 0 1001101 1010 11000 100110100 111110 101111

Color Harmonies of #C32DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DAF

Black with #C32DAF

Text Example


Text Example

White with #C32DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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