Html Css Color HEX #C634BD Fuchsia

📋 copy color: '#C634BD'

red 198 ◦ green 52 ◦ blue 189

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

Shades of Fuchsia #C634BD

Tints of Fuchsia #C634BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 45.1%
G = 11.85%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C634BD (or 0xC634BD) is known color: Fuchsia. HEX triplet: C6, 34 and BD. RGB value is (198,52,189). Sum of RGB (Red+Green+Blue) = 198+52+189=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C634BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634BD is #39CB42. Grayscale: #6E6E6E. Windows color (decimal): -3787587 or 12399814. OLE color: 12399814.

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

Color convert

RGB 198 52 189 -
CMYK 0 0.74 0.05 0.22
HSL 303.7º 0.58% 0.49% -
HSV(B) 303.7º 0.74% 0.78% -
XYZ 33.7 18.14 49.87 -
YUV 111.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 198 52 189 0 0.74 0.05 0.22 303.7 0.58 0.49
Hex C6 34 BD 0 4A 5 16 130 3A 31
Octal 306 64 275 0 112 5 26 460 72 61
Binary 11000110 110100 10111101 0 1001010 101 10110 100110000 111010 110001

Color Harmonies of #C634BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634BD

Black with #C634BD

Text Example


Text Example

White with #C634BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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