Html Css Color HEX #C641B6 Fuchsia

📋 copy color: '#C641B6'

red 198 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #C641B6

Tints of Fuchsia #C641B6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.61%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 44.49%
G = 14.61%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C641B6 (or 0xC641B6) is known color: Fuchsia. HEX triplet: C6, 41 and B6. RGB value is (198,65,182). Sum of RGB (Red+Green+Blue) = 198+65+182=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C641B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641B6 is #39BE49. Grayscale: #757575. Windows color (decimal): -3784266 or 11944390. OLE color: 11944390.

HSL color Cylindrical-coordinate representation of color #C641B6: hue angle of 307.22º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641B6 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 182 -
CMYK 0 0.67 0.08 0.22
HSL 307.22º 0.54% 0.52% -
HSV(B) 307.22º 0.67% 0.78% -
XYZ 33.62 19.16 46.18 -
YUV 118.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 198 65 182 0 0.67 0.08 0.22 307.22 0.54 0.52
Hex C6 41 B6 0 43 8 16 133 36 34
Octal 306 101 266 0 103 10 26 463 66 64
Binary 11000110 1000001 10110110 0 1000011 1000 10110 100110011 110110 110100

Color Harmonies of #C641B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641B6

Black with #C641B6

Text Example


Text Example

White with #C641B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641B6; }

 p { color: rgb(198,65,182); }

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

background-color css

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

 a { background-color: rgb(198,65,182); }

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

border-color css

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

 span { border-color: rgb(198,65,182); }

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