Html Css Color HEX #C644BC Fuchsia

📋 copy color: '#C644BC'

red 198 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #C644BC

Tints of Fuchsia #C644BC

RGB

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

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

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

R = 43.61%
G = 14.98%
B = 41.41%

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

#C644BC (or 0xC644BC) is known color: Fuchsia. HEX triplet: C6, 44 and BC. RGB value is (198,68,188). Sum of RGB (Red+Green+Blue) = 198+68+188=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C644BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644BC is #39BB43. Grayscale: #787878. Windows color (decimal): -3783492 or 12338374. OLE color: 12338374.

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

Color convert

RGB 198 68 188 -
CMYK 0 0.66 0.05 0.22
HSL 304.62º 0.53% 0.52% -
HSV(B) 304.62º 0.66% 0.78% -
XYZ 34.43 19.77 49.58 -
YUV 120.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 198 68 188 0 0.66 0.05 0.22 304.62 0.53 0.52
Hex C6 44 BC 0 42 5 16 131 35 34
Octal 306 104 274 0 102 5 26 461 65 64
Binary 11000110 1000100 10111100 0 1000010 101 10110 100110001 110101 110100

Color Harmonies of #C644BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644BC

Black with #C644BC

Text Example


Text Example

White with #C644BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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