Html Css Color HEX #C629B3 Fuchsia

📋 copy color: '#C629B3'

red 198 ◦ green 41 ◦ blue 179

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

Shades of Fuchsia #C629B3

Tints of Fuchsia #C629B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 47.37%
G = 9.81%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C629B3 (or 0xC629B3) is known color: Fuchsia. HEX triplet: C6, 29 and B3. RGB value is (198,41,179). Sum of RGB (Red+Green+Blue) = 198+41+179=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C629B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629B3 is #39D64C. Grayscale: #676767. Windows color (decimal): -3790413 or 11741638. OLE color: 11741638.

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

Color convert

RGB 198 41 179 -
CMYK 0 0.79 0.10 0.22
HSL 307.26º 0.66% 0.47% -
HSV(B) 307.26º 0.79% 0.78% -
XYZ 32.22 16.85 44.2 -
YUV 103.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 198 41 179 0 0.79 0.10 0.22 307.26 0.66 0.47
Hex C6 29 B3 0 4F A 16 133 42 2F
Octal 306 51 263 0 117 12 26 463 102 57
Binary 11000110 101001 10110011 0 1001111 1010 10110 100110011 1000010 101111

Color Harmonies of #C629B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629B3

Black with #C629B3

Text Example


Text Example

White with #C629B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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