Html Css Color HEX #C643AF Fuchsia

📋 copy color: '#C643AF'

red 198 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C643AF

Tints of Fuchsia #C643AF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.23%

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

R = 45%
G = 15.23%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C643AF (or 0xC643AF) is known color: Fuchsia. HEX triplet: C6, 43 and AF. RGB value is (198,67,175). Sum of RGB (Red+Green+Blue) = 198+67+175=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C643AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643AF is #39BC50. Grayscale: #767676. Windows color (decimal): -3783761 or 11486150. OLE color: 11486150.

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

Color convert

RGB 198 67 175 -
CMYK 0 0.66 0.12 0.22
HSL 310.53º 0.53% 0.52% -
HSV(B) 310.53º 0.66% 0.78% -
XYZ 33.03 19.12 42.51 -
YUV 118.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 198 67 175 0 0.66 0.12 0.22 310.53 0.53 0.52
Hex C6 43 AF 0 42 C 16 137 35 34
Octal 306 103 257 0 102 14 26 467 65 64
Binary 11000110 1000011 10101111 0 1000010 1100 10110 100110111 110101 110100

Color Harmonies of #C643AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643AF

Black with #C643AF

Text Example


Text Example

White with #C643AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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