Html Css Color HEX #C645BE Fuchsia

📋 copy color: '#C645BE'

red 198 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #C645BE

Tints of Fuchsia #C645BE

RGB

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

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

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

R = 43.33%
G = 15.1%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C645BE (or 0xC645BE) is known color: Fuchsia. HEX triplet: C6, 45 and BE. RGB value is (198,69,190). Sum of RGB (Red+Green+Blue) = 198+69+190=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C645BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645BE is #39BA41. Grayscale: #797979. Windows color (decimal): -3783234 or 12469702. OLE color: 12469702.

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

Color convert

RGB 198 69 190 -
CMYK 0 0.65 0.04 0.22
HSL 303.72º 0.53% 0.52% -
HSV(B) 303.72º 0.65% 0.78% -
XYZ 34.71 19.98 50.74 -
YUV 121.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 198 69 190 0 0.65 0.04 0.22 303.72 0.53 0.52
Hex C6 45 BE 0 41 4 16 130 35 34
Octal 306 105 276 0 101 4 26 460 65 64
Binary 11000110 1000101 10111110 0 1000001 100 10110 100110000 110101 110100

Color Harmonies of #C645BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645BE

Black with #C645BE

Text Example


Text Example

White with #C645BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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