Html Css Color HEX #C32CC2 Fuchsia

📋 copy color: '#C32CC2'

red 195 ◦ green 44 ◦ blue 194

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

Shades of Fuchsia #C32CC2

Tints of Fuchsia #C32CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 45.03%
G = 10.16%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C32CC2 (or 0xC32CC2) is known color: Fuchsia. HEX triplet: C3, 2C and C2. RGB value is (195,44,194). Sum of RGB (Red+Green+Blue) = 195+44+194=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC2 is #3CD33D. Grayscale: #696969. Windows color (decimal): -3986238 or 12725443. OLE color: 12725443.

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

Color convert

RGB 195 44 194 -
CMYK 0 0.77 0.01 0.24
HSL 300.4º 0.63% 0.47% -
HSV(B) 300.4º 0.77% 0.76% -
XYZ 33.14 17.3 52.63 -
YUV 106.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 195 44 194 0 0.77 0.01 0.24 300.4 0.63 0.47
Hex C3 2C C2 0 4D 1 18 12C 3F 2F
Octal 303 54 302 0 115 1 30 454 77 57
Binary 11000011 101100 11000010 0 1001101 1 11000 100101100 111111 101111

Color Harmonies of #C32CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CC2

Black with #C32CC2

Text Example


Text Example

White with #C32CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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