Html Css Color HEX #C632C4 Fuchsia

📋 copy color: '#C632C4'

red 198 ◦ green 50 ◦ blue 196

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

Shades of Fuchsia #C632C4

Tints of Fuchsia #C632C4

RGB

 RED value IS 198 (77.73% from 255) = 44.59%

 GREEN value IS 50 (19.92% from 255) = 11.26%

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 44.59%
G = 11.26%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C632C4 (or 0xC632C4) is known color: Fuchsia. HEX triplet: C6, 32 and C4. RGB value is (198,50,196). Sum of RGB (Red+Green+Blue) = 198+50+196=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C632C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632C4 is #39CD3B. Grayscale: #6E6E6E. Windows color (decimal): -3788092 or 12858054. OLE color: 12858054.

HSL color Cylindrical-coordinate representation of color #C632C4: hue angle of 300.81º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632C4 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 196 -
CMYK 0 0.75 0.01 0.22
HSL 300.81º 0.6% 0.49% -
HSV(B) 300.81º 0.75% 0.78% -
XYZ 34.39 18.27 53.94 -
YUV 110.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 198 50 196 0 0.75 0.01 0.22 300.81 0.6 0.49
Hex C6 32 C4 0 4B 1 16 12D 3C 31
Octal 306 62 304 0 113 1 26 455 74 61
Binary 11000110 110010 11000100 0 1001011 1 10110 100101101 111100 110001

Color Harmonies of #C632C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632C4

Black with #C632C4

Text Example


Text Example

White with #C632C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632C4; }

 p { color: rgb(198,50,196); }

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

background-color css

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

 a { background-color: rgb(198,50,196); }

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

border-color css

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

 span { border-color: rgb(198,50,196); }

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