Html Css Color HEX #C644BE Fuchsia

📋 copy color: '#C644BE'

red 198 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #C644BE

Tints of Fuchsia #C644BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.91%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 43.42%
G = 14.91%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C644BE (or 0xC644BE) is known color: Fuchsia. HEX triplet: C6, 44 and BE. RGB value is (198,68,190). Sum of RGB (Red+Green+Blue) = 198+68+190=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C644BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644BE is #39BB41. Grayscale: #787878. Windows color (decimal): -3783490 or 12469446. OLE color: 12469446.

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

Color convert

RGB 198 68 190 -
CMYK 0 0.66 0.04 0.22
HSL 303.69º 0.53% 0.52% -
HSV(B) 303.69º 0.66% 0.78% -
XYZ 34.65 19.86 50.72 -
YUV 120.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 198 68 190 0 0.66 0.04 0.22 303.69 0.53 0.52
Hex C6 44 BE 0 42 4 16 130 35 34
Octal 306 104 276 0 102 4 26 460 65 64
Binary 11000110 1000100 10111110 0 1000010 100 10110 100110000 110101 110100

Color Harmonies of #C644BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644BE

Black with #C644BE

Text Example


Text Example

White with #C644BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644BE; }

 p { color: rgb(198,68,190); }

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

background-color css

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

 a { background-color: rgb(198,68,190); }

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

border-color css

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

 span { border-color: rgb(198,68,190); }

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