Html Css Color HEX #C641AF Fuchsia

📋 copy color: '#C641AF'

red 198 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C641AF

Tints of Fuchsia #C641AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 45.21%
G = 14.84%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C641AF (or 0xC641AF) is known color: Fuchsia. HEX triplet: C6, 41 and AF. RGB value is (198,65,175). Sum of RGB (Red+Green+Blue) = 198+65+175=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C641AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641AF is #39BE50. Grayscale: #757575. Windows color (decimal): -3784273 or 11485638. OLE color: 11485638.

HSL color Cylindrical-coordinate representation of color #C641AF: hue angle of 310.38º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641AF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 175 -
CMYK 0 0.67 0.12 0.22
HSL 310.38º 0.54% 0.52% -
HSV(B) 310.38º 0.67% 0.78% -
XYZ 32.92 18.88 42.47 -
YUV 117.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 198 65 175 0 0.67 0.12 0.22 310.38 0.54 0.52
Hex C6 41 AF 0 43 C 16 136 36 34
Octal 306 101 257 0 103 14 26 466 66 64
Binary 11000110 1000001 10101111 0 1000011 1100 10110 100110110 110110 110100

Color Harmonies of #C641AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641AF

Black with #C641AF

Text Example


Text Example

White with #C641AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641AF; }

 p { color: rgb(198,65,175); }

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

background-color css

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

 a { background-color: rgb(198,65,175); }

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

border-color css

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

 span { border-color: rgb(198,65,175); }

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