Html Css Color HEX #C644BD Fuchsia

📋 copy color: '#C644BD'

red 198 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #C644BD

Tints of Fuchsia #C644BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 43.52%
G = 14.95%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C644BD (or 0xC644BD) is known color: Fuchsia. HEX triplet: C6, 44 and BD. RGB value is (198,68,189). Sum of RGB (Red+Green+Blue) = 198+68+189=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C644BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644BD is #39BB42. Grayscale: #787878. Windows color (decimal): -3783491 or 12403910. OLE color: 12403910.

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

Color convert

RGB 198 68 189 -
CMYK 0 0.66 0.05 0.22
HSL 304.15º 0.53% 0.52% -
HSV(B) 304.15º 0.66% 0.78% -
XYZ 34.54 19.81 50.15 -
YUV 120.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 198 68 189 0 0.66 0.05 0.22 304.15 0.53 0.52
Hex C6 44 BD 0 42 5 16 130 35 34
Octal 306 104 275 0 102 5 26 460 65 64
Binary 11000110 1000100 10111101 0 1000010 101 10110 100110000 110101 110100

Color Harmonies of #C644BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644BD

Black with #C644BD

Text Example


Text Example

White with #C644BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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