Html Css Color HEX #C629BD Fuchsia

📋 copy color: '#C629BD'

red 198 ◦ green 41 ◦ blue 189

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

Shades of Fuchsia #C629BD

Tints of Fuchsia #C629BD

RGB

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

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

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

R = 46.26%
G = 9.58%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C629BD (or 0xC629BD) is known color: Fuchsia. HEX triplet: C6, 29 and BD. RGB value is (198,41,189). Sum of RGB (Red+Green+Blue) = 198+41+189=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C629BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629BD is #39D642. Grayscale: #686868. Windows color (decimal): -3790403 or 12396998. OLE color: 12396998.

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

Color convert

RGB 198 41 189 -
CMYK 0 0.79 0.05 0.22
HSL 303.44º 0.66% 0.47% -
HSV(B) 303.44º 0.79% 0.78% -
XYZ 33.27 17.27 49.72 -
YUV 104.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 198 41 189 0 0.79 0.05 0.22 303.44 0.66 0.47
Hex C6 29 BD 0 4F 5 16 12F 42 2F
Octal 306 51 275 0 117 5 26 457 102 57
Binary 11000110 101001 10111101 0 1001111 101 10110 100101111 1000010 101111

Color Harmonies of #C629BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629BD

Black with #C629BD

Text Example


Text Example

White with #C629BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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