Html Css Color HEX #C634BA Fuchsia

📋 copy color: '#C634BA'

red 198 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #C634BA

Tints of Fuchsia #C634BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

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

R = 45.41%
G = 11.93%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C634BA (or 0xC634BA) is known color: Fuchsia. HEX triplet: C6, 34 and BA. RGB value is (198,52,186). Sum of RGB (Red+Green+Blue) = 198+52+186=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C634BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634BA is #39CB45. Grayscale: #6E6E6E. Windows color (decimal): -3787590 or 12203206. OLE color: 12203206.

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

Color convert

RGB 198 52 186 -
CMYK 0 0.74 0.06 0.22
HSL 304.93º 0.58% 0.49% -
HSV(B) 304.93º 0.74% 0.78% -
XYZ 33.38 18.01 48.17 -
YUV 110.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 198 52 186 0 0.74 0.06 0.22 304.93 0.58 0.49
Hex C6 34 BA 0 4A 6 16 131 3A 31
Octal 306 64 272 0 112 6 26 461 72 61
Binary 11000110 110100 10111010 0 1001010 110 10110 100110001 111010 110001

Color Harmonies of #C634BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634BA

Black with #C634BA

Text Example


Text Example

White with #C634BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634BA; }

 p { color: rgb(198,52,186); }

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

background-color css

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

 a { background-color: rgb(198,52,186); }

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

border-color css

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

 span { border-color: rgb(198,52,186); }

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