Html Css Color HEX #C629B9 Fuchsia

📋 copy color: '#C629B9'

red 198 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #C629B9

Tints of Fuchsia #C629B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 46.7%
G = 9.67%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C629B9 (or 0xC629B9) is known color: Fuchsia. HEX triplet: C6, 29 and B9. RGB value is (198,41,185). Sum of RGB (Red+Green+Blue) = 198+41+185=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C629B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629B9 is #39D646. Grayscale: #676767. Windows color (decimal): -3790407 or 12134854. OLE color: 12134854.

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

Color convert

RGB 198 41 185 -
CMYK 0 0.79 0.07 0.22
HSL 304.97º 0.66% 0.47% -
HSV(B) 304.97º 0.79% 0.78% -
XYZ 32.84 17.09 47.47 -
YUV 104.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 198 41 185 0 0.79 0.07 0.22 304.97 0.66 0.47
Hex C6 29 B9 0 4F 7 16 131 42 2F
Octal 306 51 271 0 117 7 26 461 102 57
Binary 11000110 101001 10111001 0 1001111 111 10110 100110001 1000010 101111

Color Harmonies of #C629B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629B9

Black with #C629B9

Text Example


Text Example

White with #C629B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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