Html Css Color HEX #C634BE Fuchsia

📋 copy color: '#C634BE'

red 198 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #C634BE

Tints of Fuchsia #C634BE

RGB

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

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

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

R = 45%
G = 11.82%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C634BE (or 0xC634BE) is known color: Fuchsia. HEX triplet: C6, 34 and BE. RGB value is (198,52,190). Sum of RGB (Red+Green+Blue) = 198+52+190=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C634BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634BE is #39CB41. Grayscale: #6E6E6E. Windows color (decimal): -3787586 or 12465350. OLE color: 12465350.

HSL color Cylindrical-coordinate representation of color #C634BE: hue angle of 303.29º 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 #C634BE is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 190 -
CMYK 0 0.74 0.04 0.22
HSL 303.29º 0.58% 0.49% -
HSV(B) 303.29º 0.74% 0.78% -
XYZ 33.81 18.18 50.44 -
YUV 111.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 198 52 190 0 0.74 0.04 0.22 303.29 0.58 0.49
Hex C6 34 BE 0 4A 4 16 12F 3A 31
Octal 306 64 276 0 112 4 26 457 72 61
Binary 11000110 110100 10111110 0 1001010 100 10110 100101111 111010 110001

Color Harmonies of #C634BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634BE

Black with #C634BE

Text Example


Text Example

White with #C634BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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