Html Css Color HEX #C32FCE Fuchsia

📋 copy color: '#C32FCE'

red 195 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C32FCE

Tints of Fuchsia #C32FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.49%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 43.53%
G = 10.49%
B = 45.98%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C32FCE (or 0xC32FCE) is known color: Fuchsia. HEX triplet: C3, 2F and CE. RGB value is (195,47,206). Sum of RGB (Red+Green+Blue) = 195+47+206=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C32FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FCE is #3CD031. Grayscale: #6C6C6C. Windows color (decimal): -3985458 or 13512643. OLE color: 13512643.

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

Color convert

RGB 195 47 206 -
CMYK 0.05 0.77 0 0.19
HSL 295.85º 0.63% 0.5% -
HSV(B) 295.85º 0.77% 0.81% -
XYZ 34.66 18.09 60.06 -
YUV 109.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 195 47 206 0.05 0.77 0 0.19 295.85 0.63 0.5
Hex C3 2F CE 5 4D 0 13 128 3F 32
Octal 303 57 316 5 115 0 23 450 77 62
Binary 11000011 101111 11001110 101 1001101 0 10011 100101000 111111 110010

Color Harmonies of #C32FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FCE

Black with #C32FCE

Text Example


Text Example

White with #C32FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FCE; }

 p { color: rgb(195,47,206); }

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

background-color css

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

 a { background-color: rgb(195,47,206); }

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

border-color css

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

 span { border-color: rgb(195,47,206); }

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