Html Css Color HEX #C32EBA Fuchsia

📋 copy color: '#C32EBA'

red 195 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C32EBA

Tints of Fuchsia #C32EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.77%

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 45.67%
G = 10.77%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C32EBA (or 0xC32EBA) is known color: Fuchsia. HEX triplet: C3, 2E and BA. RGB value is (195,46,186). Sum of RGB (Red+Green+Blue) = 195+46+186=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EBA is #3CD145. Grayscale: #6A6A6A. Windows color (decimal): -3985734 or 12201667. OLE color: 12201667.

HSL color Cylindrical-coordinate representation of color #C32EBA: hue angle of 303.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32EBA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 186 -
CMYK 0 0.76 0.05 0.24
HSL 303.62º 0.62% 0.47% -
HSV(B) 303.62º 0.76% 0.76% -
XYZ 32.35 17.1 48.05 -
YUV 106.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 195 46 186 0 0.76 0.05 0.24 303.62 0.62 0.47
Hex C3 2E BA 0 4C 5 18 130 3E 2F
Octal 303 56 272 0 114 5 30 460 76 57
Binary 11000011 101110 10111010 0 1001100 101 11000 100110000 111110 101111

Color Harmonies of #C32EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EBA

Black with #C32EBA

Text Example


Text Example

White with #C32EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EBA; }

 p { color: rgb(195,46,186); }

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

background-color css

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

 a { background-color: rgb(195,46,186); }

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

border-color css

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

 span { border-color: rgb(195,46,186); }

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