Html Css Color HEX #C645AF Fuchsia

📋 copy color: '#C645AF'

red 198 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #C645AF

Tints of Fuchsia #C645AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.61%

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 44.8%
G = 15.61%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C645AF (or 0xC645AF) is known color: Fuchsia. HEX triplet: C6, 45 and AF. RGB value is (198,69,175). Sum of RGB (Red+Green+Blue) = 198+69+175=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C645AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645AF is #39BA50. Grayscale: #777777. Windows color (decimal): -3783249 or 11486662. OLE color: 11486662.

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

Color convert

RGB 198 69 175 -
CMYK 0 0.65 0.12 0.22
HSL 310.7º 0.53% 0.52% -
HSV(B) 310.7º 0.65% 0.78% -
XYZ 33.15 19.36 42.55 -
YUV 119.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 198 69 175 0 0.65 0.12 0.22 310.7 0.53 0.52
Hex C6 45 AF 0 41 C 16 137 35 34
Octal 306 105 257 0 101 14 26 467 65 64
Binary 11000110 1000101 10101111 0 1000001 1100 10110 100110111 110101 110100

Color Harmonies of #C645AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645AF

Black with #C645AF

Text Example


Text Example

White with #C645AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645AF; }

 p { color: rgb(198,69,175); }

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

background-color css

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

 a { background-color: rgb(198,69,175); }

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

border-color css

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

 span { border-color: rgb(198,69,175); }

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