Html Css Color HEX #C32BCC Fuchsia

📋 copy color: '#C32BCC'

red 195 ◦ green 43 ◦ blue 204

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

Shades of Fuchsia #C32BCC

Tints of Fuchsia #C32BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.73%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 44.12%
G = 9.73%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C32BCC (or 0xC32BCC) is known color: Fuchsia. HEX triplet: C3, 2B and CC. RGB value is (195,43,204). Sum of RGB (Red+Green+Blue) = 195+43+204=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BCC is #3CD433. Grayscale: #6A6A6A. Windows color (decimal): -3986484 or 13380547. OLE color: 13380547.

HSL color Cylindrical-coordinate representation of color #C32BCC: hue angle of 296.65º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32BCC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 43 204 -
CMYK 0.04 0.79 0 0.2
HSL 296.65º 0.65% 0.48% -
HSV(B) 296.65º 0.79% 0.8% -
XYZ 34.27 17.69 58.74 -
YUV 106.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 195 43 204 0.04 0.79 0 0.2 296.65 0.65 0.48
Hex C3 2B CC 4 4F 0 14 129 41 30
Octal 303 53 314 4 117 0 24 451 101 60
Binary 11000011 101011 11001100 100 1001111 0 10100 100101001 1000001 110000

Color Harmonies of #C32BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BCC

Black with #C32BCC

Text Example


Text Example

White with #C32BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BCC; }

 p { color: rgb(195,43,204); }

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

background-color css

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

 a { background-color: rgb(195,43,204); }

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

border-color css

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

 span { border-color: rgb(195,43,204); }

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