Html Css Color HEX #C629B2 Fuchsia

📋 copy color: '#C629B2'

red 198 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #C629B2

Tints of Fuchsia #C629B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 47.48%
G = 9.83%
B = 42.69%

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

#C629B2 (or 0xC629B2) is known color: Fuchsia. HEX triplet: C6, 29 and B2. RGB value is (198,41,178). Sum of RGB (Red+Green+Blue) = 198+41+178=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C629B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C629B2 is #39D64D. Grayscale: #676767. Windows color (decimal): -3790414 or 11676102. OLE color: 11676102.

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

Color convert

RGB 198 41 178 -
CMYK 0 0.79 0.10 0.22
HSL 307.64º 0.66% 0.47% -
HSV(B) 307.64º 0.79% 0.78% -
XYZ 32.12 16.81 43.67 -
YUV 103.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 198 41 178 0 0.79 0.10 0.22 307.64 0.66 0.47
Hex C6 29 B2 0 4F A 16 134 42 2F
Octal 306 51 262 0 117 12 26 464 102 57
Binary 11000110 101001 10110010 0 1001111 1010 10110 100110100 1000010 101111

Color Harmonies of #C629B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629B2

Black with #C629B2

Text Example


Text Example

White with #C629B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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