Html Css Color HEX #C32DBE Fuchsia

📋 copy color: '#C32DBE'

red 195 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #C32DBE

Tints of Fuchsia #C32DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 45.35%
G = 10.47%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C32DBE (or 0xC32DBE) is known color: Fuchsia. HEX triplet: C3, 2D and BE. RGB value is (195,45,190). Sum of RGB (Red+Green+Blue) = 195+45+190=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DBE is #3CD241. Grayscale: #696969. Windows color (decimal): -3985986 or 12463555. OLE color: 12463555.

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

Color convert

RGB 195 45 190 -
CMYK 0 0.77 0.03 0.24
HSL 302º 0.63% 0.47% -
HSV(B) 302º 0.77% 0.76% -
XYZ 32.74 17.2 50.31 -
YUV 106.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 195 45 190 0 0.77 0.03 0.24 302 0.63 0.47
Hex C3 2D BE 0 4D 3 18 12E 3E 2F
Octal 303 55 276 0 115 3 30 456 76 57
Binary 11000011 101101 10111110 0 1001101 11 11000 100101110 111110 101111

Color Harmonies of #C32DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DBE

Black with #C32DBE

Text Example


Text Example

White with #C32DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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