Html Css Color HEX #C629AF Fuchsia

📋 copy color: '#C629AF'

red 198 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #C629AF

Tints of Fuchsia #C629AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

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

R = 47.83%
G = 9.9%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C629AF (or 0xC629AF) is known color: Fuchsia. HEX triplet: C6, 29 and AF. RGB value is (198,41,175). Sum of RGB (Red+Green+Blue) = 198+41+175=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C629AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C629AF is #39D650. Grayscale: #666666. Windows color (decimal): -3790417 or 11479494. OLE color: 11479494.

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

Color convert

RGB 198 41 175 -
CMYK 0 0.79 0.12 0.22
HSL 308.79º 0.66% 0.47% -
HSV(B) 308.79º 0.79% 0.78% -
XYZ 31.82 16.69 42.1 -
YUV 103.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 198 41 175 0 0.79 0.12 0.22 308.79 0.66 0.47
Hex C6 29 AF 0 4F C 16 135 42 2F
Octal 306 51 257 0 117 14 26 465 102 57
Binary 11000110 101001 10101111 0 1001111 1100 10110 100110101 1000010 101111

Color Harmonies of #C629AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629AF

Black with #C629AF

Text Example


Text Example

White with #C629AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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