Html Css Color HEX #C629BC Fuchsia

📋 copy color: '#C629BC'

red 198 ◦ green 41 ◦ blue 188

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

Shades of Fuchsia #C629BC

Tints of Fuchsia #C629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 46.37%
G = 9.6%
B = 44.03%

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

#C629BC (or 0xC629BC) is known color: Fuchsia. HEX triplet: C6, 29 and BC. RGB value is (198,41,188). Sum of RGB (Red+Green+Blue) = 198+41+188=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C629BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629BC is #39D643. Grayscale: #686868. Windows color (decimal): -3790404 or 12331462. OLE color: 12331462.

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

Color convert

RGB 198 41 188 -
CMYK 0 0.79 0.05 0.22
HSL 303.82º 0.66% 0.47% -
HSV(B) 303.82º 0.79% 0.78% -
XYZ 33.16 17.22 49.15 -
YUV 104.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 198 41 188 0 0.79 0.05 0.22 303.82 0.66 0.47
Hex C6 29 BC 0 4F 5 16 130 42 2F
Octal 306 51 274 0 117 5 26 460 102 57
Binary 11000110 101001 10111100 0 1001111 101 10110 100110000 1000010 101111

Color Harmonies of #C629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629BC

Black with #C629BC

Text Example


Text Example

White with #C629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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